cloudflare: enable fs with @cloudflare/vite-plugin (#239)

* init dev vite write plugin

* reorganized cf proxy, fixed dev write
This commit is contained in:
dswbx
2025-08-29 06:44:20 +02:00
committed by GitHub
parent 8f471a29b0
commit 9436b8bac5
7 changed files with 166 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ async function action({
const app = await makeAppFromEnv({
server: "node",
});
await app.build();
const et = new EntityTypescript(app.em);