This commit is contained in:
2025-06-07 10:13:46 +09:00
parent e43a35f64a
commit 6ffb7e23d4
9 changed files with 813 additions and 376 deletions

View File

@ -2,7 +2,7 @@
"name": "podcast-generator",
"version": "1.0.0",
"scripts": {
"start": "bun run server.ts",
"start": "bun run build:frontend && bun run server.ts",
"build:frontend": "cd frontend && bun vite build",
"dev:frontend": "cd frontend && bun vite dev"
},