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
Branches
Tags
3 merge requests!23Sprint results,!18Merge Conflicts,!17UI sprint 2
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
}, },
serverMiddleware: [ 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) // Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)
... ...
......
...@@ -10,7 +10,7 @@ const colTypeMap = { ...@@ -10,7 +10,7 @@ const colTypeMap = {
Date: 'DATE', Date: 'DATE',
Integer: 'NUMBER', Integer: 'NUMBER',
Numeric: 'NUMBER', Numeric: 'NUMBER',
String: 'TEXT', String: 'STRING',
Timestamp: 'DATE' Timestamp: 'DATE'
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment