commit 31b1f4103f1bf0ddb0ab545c7f00ad15b0d117c0 Author: abearxiong Date: Mon Nov 25 10:17:44 2024 +0800 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..78bbcbf --- /dev/null +++ b/package.json @@ -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 ", + "license": "MIT", + "type": "module" +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..148ce5e --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,5 @@ +packages: + - 'packages/**' + - 'components/**' + - 'apps/**' + - 'templates/**' \ No newline at end of file