This commit is contained in:
Tommy Parnell
2021-03-22 17:09:40 -04:00
parent 95b1f5b67e
commit 162aae18a5
65 changed files with 7633 additions and 2 deletions

View File

@@ -2,10 +2,11 @@
"name": "server",
"version": "1.0.0",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"lib/*",
"apps/*"
"app/*",
"lib/*"
]
}
}