mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
10 lines
220 B
TOML
10 lines
220 B
TOML
[build]
|
|
base = ""
|
|
publish = "fixtures/dom/build"
|
|
command = "yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|