memserver
Version:
in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping
72 lines (71 loc) • 1.73 kB
JSON
{
"dependencies": {},
"fastboot": {
"appName": "{{applicationName}}",
"config": {
"{{applicationName}}": {
"modulePrefix": "{{applicationName}}",
"environment": "memserver",
"rootURL": "/",
"locationType": "auto",
"documentation": {
"path": "/styleguide",
"enabled": true
},
"ember-resolver": {
"features": {
"EMBER_RESOLVER_MODULE_UNIFICATION": true
}
},
"excludeEmberData": false,
"fastboot": {
"hostWhitelist": [
"localhost:1234",
"localhost:3000",
"^localhost:\\d+$"
]
},
"ember-devtools": {
"global": true,
"enabled": true
},
"memserver": {
"minify": false,
"enabled": true
},
"EmberENV": {
"FEATURES": {
"ember-module-unification": true,
"EMBER_MODULE_UNIFICATION": true
},
"EXTEND_PROTOTYPES": {
"Date": false
}
},
"APP": {
"API_HOST": "http://localhost:3000",
"autoboot": false,
"name": "{{applicationName}}",
"version": "0.0.0+578db4ce"
}
}
},
"hostWhitelist": [
"localhost:1234",
"localhost:3000",
"^localhost:\\d+$"
],
"manifest": {
"appFiles": [
"assets/application-a38fbe47300821177095020e7c1fac35.js",
"assets/memserver.js"
],
"htmlFile": "index.html",
"vendorFiles": [
"assets/vendor-6be09a2a7ebb5ed327eaeb3add029126.js"
]
},
"moduleWhitelist": [],
"schemaVersion": 3
}
}