chore: add Codex local environment setup

This commit is contained in:
yyh
2026-05-30 12:52:29 +08:00
parent 0b60338ad5
commit 8685658bcd
2 changed files with 8 additions and 0 deletions

0
.codex
View File

View File

@ -0,0 +1,8 @@
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "dify"
[setup]
script = '''
pnpm install --frozen-lockfile --prefer-offline
'''