remove loopback client files
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
This is the entry point for the client
|
||||
Code that should only run on the client should be put here.
|
||||
|
||||
NOTE(berks): For react specific stuff this should be the entry point
|
||||
|
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"restApiRoot": "/api",
|
||||
"remoting": {
|
||||
"context": {
|
||||
"enableHttpContext": false
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
var globalConfig = require('../common/config.global');
|
||||
|
||||
module.exports = {
|
||||
restApiRoot: globalConfig.restApi
|
||||
};
|
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"remote": {
|
||||
"name": "remote",
|
||||
"connector": "remote"
|
||||
},
|
||||
"local": {
|
||||
"name": "local",
|
||||
"connector": "memory"
|
||||
}
|
||||
}
|
@@ -1,7 +0,0 @@
|
||||
var globalConfig = require('../common/config.global');
|
||||
|
||||
module.exports = {
|
||||
remote: {
|
||||
url: globalConfig.restApiUrl
|
||||
}
|
||||
};
|
@@ -1,8 +0,0 @@
|
||||
var loopback = require('loopback'),
|
||||
boot = require('loopback-boot');
|
||||
|
||||
var app = loopback();
|
||||
|
||||
boot(app, __dirname);
|
||||
|
||||
module.exports = app;
|
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"_meta": {
|
||||
"sources": [
|
||||
"../common/models",
|
||||
"./models"
|
||||
]
|
||||
},
|
||||
"user": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"bonfire": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"challenge": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"comment": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"fieldGuide": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"job": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"nonprofit": {
|
||||
"dataSource": "remote"
|
||||
},
|
||||
"story": {
|
||||
"dataSource": "remote"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user