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

7 lines
105 B
TOML
Raw Normal View History

2023-09-02 17:06:01 -04:00
[build]
command = "pnpm run build"
publish = "dist"
[dev]
command = "pnpm dev"
targetPort = 4321