Add template embedding to start script
This commit is contained in:
parent
a4a08bfe65
commit
002f0a64ef
|
|
@ -32,7 +32,7 @@
|
||||||
"remote:restart": "./scripts/remote-restart.sh",
|
"remote:restart": "./scripts/remote-restart.sh",
|
||||||
"remote:start": "./scripts/remote-start.sh",
|
"remote:start": "./scripts/remote-start.sh",
|
||||||
"remote:stop": "./scripts/remote-stop.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",
|
"templates": "bun run scripts/embed-templates.ts",
|
||||||
"test": "bun test"
|
"test": "bun test"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user