Files
ylt_diy/.coze
user9994793890 b6a1b77054 chore: init env
2026-07-07 16:00:36 +08:00

17 lines
355 B
Plaintext

[project]
requires = [ "nodejs-24" ]
template = "nextjs"
version = "0.0.28"
appliedPatches = [ ]
[dev]
build = [ "bash", "./scripts/prepare.sh" ]
run = [ "bash", "./scripts/dev.sh" ]
validate = [ "bash", "./scripts/validate.sh" ]
deps = [ "git" ]
[deploy]
build = [ "bash", "./scripts/build.sh" ]
run = [ "bash", "./scripts/start.sh" ]
deps = [ "git" ]