添加codex环境配置
This commit is contained in:
@@ -3,4 +3,14 @@ version = 1
|
|||||||
name = "Genarrative"
|
name = "Genarrative"
|
||||||
|
|
||||||
[setup]
|
[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"
|
||||||
|
|||||||
Reference in New Issue
Block a user