mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-03 00:40:10 +00:00
14 lines
287 B
TOML
Executable file
14 lines
287 B
TOML
Executable file
[build]
|
|
base = "/"
|
|
command = "pnpm -F @proj-airi/stream-vue-components... run build"
|
|
publish = "/apps/stream-vue-components/dist"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "24"
|
|
NODE_OPTIONS = "--max-old-space-size=4096"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
force = false
|