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

@@ -12,6 +12,11 @@
"astro": "astro"
},
"dependencies": {
"astro": "^6.2.2"
"@astrojs/node": "^10.0.6",
"@astrojs/react": "^5.0.4",
"astro": "^6.2.2",
"emdash": "^0.9.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
}
}
}