newsbox/config/buffalo-app.toml

14 lines
225 B
TOML
Raw Permalink Normal View History

2023-02-15 16:56:06 +00:00
name = "newsbox"
bin = "bin/newsbox"
vcs = "git"
with_pop = true
with_sqlite = false
with_dep = false
with_webpack = true
with_nodejs = true
with_yarn = true
with_docker = true
with_grifts = true
as_web = true
as_api = false