mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +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 base = require('./base.js');
|
||||||
const entries = require('./entrypoints');
|
const entries = require('./entrypoints');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
@ -8,9 +7,6 @@ const devServer = {
|
|||||||
compress: true,
|
compress: true,
|
||||||
lazy: false,
|
lazy: false,
|
||||||
publicPath: '/static/',
|
publicPath: '/static/',
|
||||||
setup: (app) => {
|
|
||||||
app.use('/graphql', graphql);
|
|
||||||
},
|
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
index: './static/index.html'
|
index: './static/index.html'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user