2021-07-25 18:18:16 +00:00
|
|
|
[functions]
|
|
|
|
directory = "netlify/functions/"
|
|
|
|
|
|
|
|
[dev]
|
2024-02-16 05:05:49 +00:00
|
|
|
command = "yarn start:app"
|
2024-02-15 18:33:12 +00:00
|
|
|
publish = "dist"
|
2024-02-16 04:32:39 +00:00
|
|
|
targetPort = 8080
|
|
|
|
port = 1234
|
2024-02-16 05:05:49 +00:00
|
|
|
framework = "vite"
|
2022-03-13 14:19:00 +00:00
|
|
|
|
|
|
|
[[redirects]]
|
|
|
|
from = "/*"
|
|
|
|
to = "/index.html"
|
|
|
|
status = 200
|