次の擬似コードのようなものが欲しいです:
collections:
posts: function (database) {
var match = env === 'debug' {layout: 'post', published: true} ? {layout: 'post'};
return database.findAllLive(match, {date:-1});
}
次の擬似コードのようなものが欲しいです:
collections:
posts: function (database) {
var match = env === 'debug' {layout: 'post', published: true} ? {layout: 'post'};
return database.findAllLive(match, {date:-1});
}