mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
Signed-off-by: RainbowBird <git@luoling.moe> Commit-Message-Assisted-by: Claude (via Claude Code)
21 lines
633 B
TOML
Executable File
21 lines
633 B
TOML
Executable File
[build]
|
|
base = "/"
|
|
command = "pnpm -F @proj-airi/stage-web run build && pnpm -F @proj-airi/docs run build:base && mv ./docs/.vitepress/dist ./apps/stage-web/dist/docs && cp ./apps/stage-web/dist/docs/sitemap.xml ./apps/stage-web/dist/sitemap.xml && pnpm -F @proj-airi/stage-ui run story:build && mv ./packages/stage-ui/.histoire/dist ./apps/stage-web/dist/ui"
|
|
publish = "/apps/stage-web/dist"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "24"
|
|
NODE_OPTIONS = "--max-old-space-size=4096"
|
|
|
|
[[redirects]]
|
|
from = "/assets/*"
|
|
to = "/assets/:splat"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
force = false
|