chore: initialise pnpm workspace monorepo

This commit is contained in:
lila 2026-03-20 10:00:21 +01:00
parent 94f02b9904
commit 66848f282f
9 changed files with 278 additions and 1 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "glossa",
"version": "1.0.0",
"description": "a vocabulary trainer",
"private": true,
"scripts": {
"dev": "concurrently \"pnpm --filter @glossa/web run dev\" \"pnpm --filter @glossa/api run dev\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"concurrently": "^9.2.1"
}
}