feat: configure next.js build and server-side rendering

This commit is contained in:
2025-06-04 10:11:07 +09:00
parent 514eaca8e9
commit 98ac9056c8
2 changed files with 9 additions and 5 deletions

View File

@ -3,7 +3,9 @@
"version": "1.0.0",
"scripts": {
"start": "bun run server.ts",
"build:frontend": "cd frontend && bun build"
"build:frontend": "cd frontend && bun next build",
"dev:frontend": "cd frontend && bun next dev",
"start:next": "cd frontend && bun next start"
},
"dependencies": {
"@aws-sdk/client-polly": "^3.823.0",