mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 09:14:20 +02:00
17 lines
227 B
TOML
17 lines
227 B
TOML
[build.environment]
|
|
NODE_VERSION = "21"
|
|
|
|
[build]
|
|
publish = "dist"
|
|
command = "pnpm run build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*"
|