整理后端模块清单
This commit is contained in:
11
.codex/environments/environment.toml
Normal file
11
.codex/environments/environment.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
|
||||
version = 1
|
||||
name = "Genarrative"
|
||||
|
||||
[setup]
|
||||
script = '''
|
||||
npm install
|
||||
cd ./node-server
|
||||
npm install
|
||||
cd ..
|
||||
'''
|
||||
Reference in New Issue
Block a user