mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix configs for debugging
This commit is contained in:
parent
00181163f3
commit
dd26894b61
|
@ -10,7 +10,11 @@
|
|||
"experimentalDecorators": true,
|
||||
"noImplicitAny": false,
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "src",
|
||||
"types": [
|
||||
"webpack-env"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./*"
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
module.exports = {
|
||||
configureWebpack: {
|
||||
devtool: 'source-map',
|
||||
},
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user