This commit is contained in:
tparnell
2021-03-22 16:12:05 -04:00
commit 95b1f5b67e
6 changed files with 15 additions and 0 deletions

11
server/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "server",
"version": "1.0.0",
"license": "MIT",
"workspaces": {
"packages": [
"lib/*",
"apps/*"
]
}
}