mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 22:17:07 +08:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
var Collection = require('../../collection')
|
|
, App = require('./app')
|
|
;
|
|
|
|
module.exports = Collection.spawn({
|
|
collection: 'apps',
|
|
plugin: 'apps',
|
|
model: App
|
|
}); |