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
Marc Cataford 6e2569f75e
feat: initial version (#1)
* feat: basic gameplay

* build: build settings

* ci: basic deploy flow

* build: building for deploy

* build: dictionary building on CI

* build: dictionary building on CI
2022-01-25 00:08:10 -05:00

9 lines
196 B
TOML

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