mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
don't depend on graphql for the ui
This commit is contained in:
parent
4abeaf15a5
commit
1a0ddf25b1
@ -1,4 +1,3 @@
|
||||
const graphql = require('../../cloudapi-graphql/src/endpoint');
|
||||
const base = require('./base.js');
|
||||
const entries = require('./entrypoints');
|
||||
const webpack = require('webpack');
|
||||
@ -8,9 +7,6 @@ const devServer = {
|
||||
compress: true,
|
||||
lazy: false,
|
||||
publicPath: '/static/',
|
||||
setup: (app) => {
|
||||
app.use('/graphql', graphql);
|
||||
},
|
||||
historyApiFallback: {
|
||||
index: './static/index.html'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user