merge routes-packages

This commit is contained in:
2025-12-05 01:12:24 +08:00
parent 3064682514
commit b6bdfd872a
28 changed files with 1728 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "demo",
"version": "0.0.1",
"description": "",
"main": "demo-dist/app.mjs",
"app": {
"entry": "demo-dist/app.mjs",
"type": "system-app"
},
"files": [
"dist"
],
"keywords": [
"ai"
],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}