EmDash installed - server mode, basic integration. Visual editor wiring deferred to fix build errors.
This commit is contained in:
@@ -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": []
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"tool_name": "Bash",
|
||||
"tool_input_preview": "{\"command\":\"npm run build 2>&1\",\"timeout\":120000,\"description\":\"Build Astro site to check for errors\"}",
|
||||
"error": "Exit code 1",
|
||||
"timestamp": "2026-05-05T13:17:02.070Z",
|
||||
"tool_name": "Write",
|
||||
"tool_input_preview": "{\"file_path\":\"/Users/kunthawatgleethong/Gitea/moreminimore-emdash/moreminimore-site/src/utils/site-identity.ts\",\"content\":\"import { emdash } from \\\"emdash/astro\\\";\\nimport type { CollectionEntry } fro...",
|
||||
"error": "EACCES: permission denied, mkdir '/Users/kunthawatgleethong'",
|
||||
"timestamp": "2026-05-06T03:03:02.581Z",
|
||||
"retry_count": 1
|
||||
}
|
||||
Reference in New Issue
Block a user