添加codex环境配置

This commit is contained in:
2026-05-25 17:47:42 +08:00
parent bdb81466ce
commit 0ffbea67fd

View File

@@ -3,4 +3,14 @@ version = 1
name = "Genarrative"
[setup]
script = ""
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"