1
0
Fork 0
freesewing/packages/lucy/example/netlify.toml
Zee 9ec0d6a960 move folder to /packages
Moved the lucy folder to the correct place in the repository
2022-05-08 13:06:34 +02:00

9 lines
154 B
TOML

[build]
base = "packages/lucy/example"
publish = "build"
command = "npm run build"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200