整理后端模块清单

This commit is contained in:
2026-04-20 23:07:43 +08:00
parent 39c7f0735f
commit adc57ba49b
11 changed files with 4777 additions and 21 deletions

View File

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