chore: init env

This commit is contained in:
user9994793890
2026-07-07 16:00:36 +08:00
parent 3ca157c1e9
commit b6a1b77054
86 changed files with 19876 additions and 1 deletions

16
.coze Normal file
View File

@@ -0,0 +1,16 @@
[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" ]