Skip to content
Snippets Groups Projects
Commit 731b7e45 authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Change ~ to @ in nuxt config.

Does not work well in docker on Windows.
parent 4820932c
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ export default {
},
serverMiddleware: [
{ path: '/server-middleware', handler: 'server-middleware/index.js' }
{ path: '/server-middleware', handler: '@/server-middleware/index.js' }
],
// Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)
......
......@@ -10,7 +10,7 @@ const colTypeMap = {
Date: 'DATE',
Integer: 'NUMBER',
Numeric: 'NUMBER',
String: 'TEXT',
String: 'STRING',
Timestamp: 'DATE'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment