managarten/apps/manacore/apps/mobile/netlify.toml
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

10 lines
214 B
TOML

[build]
command = "npx expo export --platform web --clear"
publish = "dist"
environment = { NODE_VERSION = "18" }
# Umleitung für SPA-Routing
[[redirects]]
from = "/*"
to = "/index.html"
status = 200