mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 23:03:39 +00:00
Add Dockerfile
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
const { defineConfig } = require("@vue/cli-service");
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
devServer: {
|
||||
proxy: 'http://localhost:8080'
|
||||
}
|
||||
})
|
||||
proxy: "http://localhost:8080",
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user