Files
Genarrative/.codex/environments/environment.toml
2026-05-25 17:47:42 +08:00

17 lines
295 B
TOML

# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "Genarrative"
[setup]
script = '''
npm install
cp "C:\proj\Genarrative\.env.secrets.local" ".env.secrets.local"
npm run codegraph:init
npm run codegraph:index
'''
[[actions]]
name = "运行"
icon = "run"
command = "npm run dev"