Fix inconsistent quotes in Vue config
This commit is contained in:
parent
e9bf47b006
commit
b054ed5adc
|
@ -18,8 +18,8 @@ module.exports = {
|
||||||
devServer: {
|
devServer: {
|
||||||
port: process.env.LISTMONK_FRONTEND_PORT || 8080,
|
port: process.env.LISTMONK_FRONTEND_PORT || 8080,
|
||||||
proxy: {
|
proxy: {
|
||||||
"^/api": {
|
'^/api': {
|
||||||
target: process.env.LISTMONK_API_URL || "http://127.0.0.1:9000"
|
target: process.env.LISTMONK_API_URL || 'http://127.0.0.1:9000'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue