This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/netlify.toml
Nikita Karamov f4845de588
Add dev config to netlify
This somehow fixed it? I do not understand how Netlify works
2023-09-02 23:29:36 +02:00

6 lines
105 B
TOML

[build]
command = "pnpm run build"
publish = "dist"
[dev]
command = "pnpm dev"
targetPort = 4321