npm workspace integration

This commit is contained in:
2022-03-13 14:06:16 +03:00
parent 1e397af280
commit ff2cc92b5f
24 changed files with 14406 additions and 648 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "shared-stuff",
"version": "1.0.0",
"description": "The stuff that is shared between the background job and the Next app",
"main": "index.js",
"dependencies": {
"mongoose": "^6.2.6"
}
}