updated template with pnpm workspaces

This commit is contained in:
2025-09-02 22:13:11 +02:00
parent aa498c1fc5
commit fa60646b58
3 changed files with 14 additions and 0 deletions

0
apps/.gitkeep Normal file
View File

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "@pnpm-monorepo-template/root",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.13.1"
}

2
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,2 @@
packages:
- "apps/*"