chore: init env
This commit is contained in:
16
.coze
Normal file
16
.coze
Normal 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" ]
|
||||
Reference in New Issue
Block a user