mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-05 10:36:36 +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