merge routes-packages
This commit is contained in:
19
assistant/src/module/local-apps/demos/demo/package.json
Normal file
19
assistant/src/module/local-apps/demos/demo/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user