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