This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
infinite-wordle/netlify.toml

10 lines
196 B
TOML
Raw Permalink Normal View History

[dev]
command = "yarn parcel serve packages/frontend/src/index.html"
[build]
publish = "dist"
[functions]
directory = "packages/backend/src/"
included_files = ["puzzles.sqlite"]