f4845de588
This somehow fixed it? I do not understand how Netlify works
6 lines
105 B
TOML
6 lines
105 B
TOML
[build]
|
|
command = "pnpm run build"
|
|
publish = "dist"
|
|
[dev]
|
|
command = "pnpm dev"
|
|
targetPort = 4321
|