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

10
apps/api/package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "@glossa/api",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@glossa/shared": "workspace:*",
"@glossa/db": "workspace:*"
}
}