npm workspace integration
This commit is contained in:
9
shared-stuff/index.js
Normal file
9
shared-stuff/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const ScanResult = require('./models/ScanResult')
|
||||
|
||||
const models = {
|
||||
ScanResult
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
models
|
||||
}
|
||||
Reference in New Issue
Block a user