mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
Merge branch 'master' of https://github.com/n8n-io/n8n
This commit is contained in:
commit
6a33566809
|
@ -29,8 +29,6 @@ import {
|
||||||
XYPositon,
|
XYPositon,
|
||||||
} from './Interface';
|
} from './Interface';
|
||||||
|
|
||||||
import { get } from 'lodash';
|
|
||||||
|
|
||||||
Vue.use(Vuex);
|
Vue.use(Vuex);
|
||||||
|
|
||||||
export const store = new Vuex.Store({
|
export const store = new Vuex.Store({
|
||||||
|
|
|
@ -29,4 +29,5 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
publicPath: process.env.VUE_APP_PUBLIC_PATH ? process.env.VUE_APP_PUBLIC_PATH : '/',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue