firstCommit

This commit is contained in:
2022-07-15 18:03:58 +09:00
parent 29069bdd17
commit a7089fcb2e
14 changed files with 130 additions and 86 deletions

View File

@@ -1,4 +1,7 @@
const { defineConfig } = require("@vue/cli-service");
const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
transpileDependencies: true,
devServer: {
allowedHosts: 'all',
},
});