From 31b1f4103f1bf0ddb0ab545c7f00ad15b0d117c0 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Mon, 25 Nov 2024 10:17:44 +0800 Subject: [PATCH] init --- package.json | 13 +++++++++++++ pnpm-workspace.yaml | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 package.json create mode 100644 pnpm-workspace.yaml 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