mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-28 23:03:44 +03:00
9 lines
148 B
TOML
9 lines
148 B
TOML
[build]
|
|
publish = "public"
|
|
command = "npm i elm-spa@beta && npx elm-spa build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|