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

Change ~ to @ in nuxt config.

Does not work well in docker on Windows.
parent 27d2f9f1
No related branches found
No related tags found
3 merge requests!23Sprint results,!18Merge Conflicts,!17UI sprint 2
......@@ -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