Files
Genarrative/.codex/environments/environment.toml
2026-04-20 23:07:43 +08:00

12 lines
152 B
TOML

# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "Genarrative"
[setup]
script = '''
npm install
cd ./node-server
npm install
cd ..
'''