This commit is contained in:
a2a-platform
2026-06-11 23:13:20 +00:00
parent 195a793bfa
commit 7aab2dccb9
6 changed files with 88 additions and 9 deletions

View File

@@ -4,8 +4,8 @@
"version": "0.1.0",
"scripts": {
"dev": "next dev --hostname 0.0.0.0 --port 3000",
"build": "next build",
"start": "next start"
"build": "next build && node prepare-standalone.mjs",
"start": "node start-standalone.mjs"
},
"dependencies": {
"next": "^15.3.0",