mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
const { defineConfig } = require("@vue/cli-service");
|
|
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true,
|
|
devServer: {
|
|
allowedHosts: "all",
|
|
},
|
|
});
|