EmDash installed - server mode, basic integration. Visual editor wiring deferred to fix build errors.

This commit is contained in:
Kunthawat Greethong
2026-05-06 10:07:39 +07:00
parent 0dcaf2f253
commit 9db1d12b9c
10 changed files with 4953 additions and 13 deletions

View File

@@ -32,7 +32,7 @@
"runtime": "Node.js 22.12.0"
},
"build": {
"buildCommand": "npm run build 2>&1 | tail -8",
"buildCommand": "pkill -f \"node.*entry.mjs\" 2>/dev/null; sleep 1; npm run build 2>&1 | tail -10",
"testCommand": null,
"lintCommand": null,
"devCommand": "npm run dev",
@@ -207,6 +207,12 @@
"lastAccessed": 1777990670077,
"type": "file"
},
{
"path": "src/layouts/Base.astro",
"accessCount": 4,
"lastAccessed": 1778036775836,
"type": "file"
},
{
"path": "src/styles/global.css",
"accessCount": 3,
@@ -219,6 +225,12 @@
"lastAccessed": 1777995178143,
"type": "directory"
},
{
"path": "astro.config.mjs",
"accessCount": 2,
"lastAccessed": 1778036187649,
"type": "file"
},
{
"path": "src/pages",
"accessCount": 1,
@@ -230,6 +242,24 @@
"accessCount": 1,
"lastAccessed": 1778035760907,
"type": "directory"
},
{
"path": "src/live.config.ts",
"accessCount": 1,
"lastAccessed": 1778036198221,
"type": "file"
},
{
"path": "seed/seed.json",
"accessCount": 1,
"lastAccessed": 1778036244021,
"type": "file"
},
{
"path": "src/utils/site-identity.ts",
"accessCount": 1,
"lastAccessed": 1778036594901,
"type": "file"
}
],
"userDirectives": []