npm workspace integration
This commit is contained in:
9
shared-stuff/package.json
Normal file
9
shared-stuff/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user