Skip to content
Snippets Groups Projects
Verified Commit 08e1f956 authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Change @ to path.resolve

parent 18425572
No related branches found
No related tags found
3 merge requests!23Sprint results,!18Merge Conflicts,!17UI sprint 2
import path from 'path'
import colors from 'vuetify/es5/util/colors'
import isDocker from 'is-docker'
......@@ -81,7 +82,7 @@ export default {
},
serverMiddleware: [
{ path: '/server-middleware', handler: '@/server-middleware/index.js' }
{ path: '/server-middleware', handler: path.resolve(__dirname, 'server-middleware/index.js') }
],
// Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment