🧪 Testing SSR with nextjs

This commit is contained in:
2025-01-14 18:06:01 +08:00
parent 1f037113bf
commit 5eef06bd42
4 changed files with 16 additions and 4 deletions

View File

@ -11,5 +11,5 @@ uri = "http://localhost:3000"
[[applications]]
id = "capital-app"
workdir = "../data/capital"
command = ["node", "server/index.mjs"]
environment = []
command = ["node", "standalone/server.js"]
environment = []