From 1f04007efa19215f6700e0b747eb33541a7473ea Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 8 Dec 2020 15:25:46 -0700 Subject: [PATCH] Add Vue config --- web/vue.config.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/vue.config.js diff --git a/web/vue.config.js b/web/vue.config.js new file mode 100644 index 0000000..7c6d6c7 --- /dev/null +++ b/web/vue.config.js @@ -0,0 +1 @@ +module.exports = {} \ No newline at end of file