mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-24 22:17:07 +08:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
var Collection = require('../../collection');
|
|
|
|
module.exports = Collection.spawn({
|
|
collection: 'settings'
|
|
}); |