chore: initialise pnpm workspace monorepo
This commit is contained in:
parent
94f02b9904
commit
66848f282f
9 changed files with 278 additions and 1 deletions
9
apps/web/package.json
Normal file
9
apps/web/package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "@glossa/web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@glossa/shared": "workspace:*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue