mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 10:18:45 -04:00
12 lines
177 B
TOML
12 lines
177 B
TOML
[build]
|
|
command = "npm run build"
|
|
publish = "build"
|
|
functions = "netlify/functions"
|
|
|
|
[dev]
|
|
command = "npm run dev"
|
|
port = 5173
|
|
|
|
[functions]
|
|
node_bundler = "esbuild"
|