mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 11:06:42 +02:00
19 lines
No EOL
323 B
TOML
19 lines
No EOL
323 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
functions = "netlify/functions"
|
|
|
|
[dev]
|
|
command = "npm run dev"
|
|
functions = "netlify/functions"
|
|
publish = "dist"
|
|
|
|
[[redirects]]
|
|
from = "/api/*"
|
|
to = "/.netlify/functions/:splat"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200 |