Add template embedding to start script

This commit is contained in:
Chris Wanstrath 2026-03-03 12:36:17 -08:00
parent a4a08bfe65
commit 002f0a64ef

View File

@ -32,7 +32,7 @@
"remote:restart": "./scripts/remote-restart.sh",
"remote:start": "./scripts/remote-start.sh",
"remote:stop": "./scripts/remote-stop.sh",
"start": "bun run src/server/index.tsx",
"start": "bun run templates && bun run src/server/index.tsx",
"templates": "bun run scripts/embed-templates.ts",
"test": "bun test"
},