rest-easy-loki
Advanced tools
Comparing version 0.3.1 to 0.3.2
#! /usr/bin/env node | ||
var server = require('../dist/serve.js'); | ||
server | ||
var { startService } = require('../dist/serve.js'); | ||
startService({ port: 3000, cors: true }); |
@@ -78,4 +78,3 @@ "use strict"; | ||
} | ||
// createApi(options); | ||
serve_1.startService(options); | ||
//# sourceMappingURL=cli.js.map |
{ | ||
"name": "rest-easy-loki", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A REST interface for lokijs supporting CRUD operations and automatic creation of new collections.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40252
538