fix(web): adapt build tooling

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-18 20:55:59 +09:00
parent 92a5a44218
commit 9a9d9bd5a1
4 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export default defineConfig({
],
webServer: {
command: "next build && next start",
command: "bun --bun next build && bun --bun next start",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
timeout: 180000,