This commit is contained in:
熊潇 2024-11-25 10:17:44 +08:00
commit 31b1f4103f
2 changed files with 18 additions and 0 deletions

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "app-template",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module"
}

5
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,5 @@
packages:
- 'packages/**'
- 'components/**'
- 'apps/**'
- 'templates/**'