Files
moeka-project/packages/whisper-webgpu/netlify.toml
T
2024-12-25 15:20:13 +08:00

19 lines
298 B
TOML
Executable File

[build]
publish = "packages/whisper-webgpu/dist"
command = "pnpm run packages:stub && pnpm run build"
[build.environment]
NODE_VERSION = "22"
[[redirects]]
from = "/assets/*"
to = "/assets/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false