13 lines
191 B
TOML
13 lines
191 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "dist"
|
|
functions = "netlify/functions"
|
|
|
|
[functions]
|
|
node_bundler = "esbuild"
|
|
|
|
[dev]
|
|
framework = "vite"
|
|
targetPort = 5173
|
|
port = 8888
|