From 43af089b3588b6fd29a1b09be9874054e0291c5e Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Fri, 2 Jan 2026 08:28:01 +0000 Subject: Adds scaffolding for Vue.js frontend --- hsm-web/Client/vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hsm-web/Client/vue.config.js (limited to 'hsm-web/Client/vue.config.js') diff --git a/hsm-web/Client/vue.config.js b/hsm-web/Client/vue.config.js new file mode 100644 index 0000000..910e297 --- /dev/null +++ b/hsm-web/Client/vue.config.js @@ -0,0 +1,4 @@ +const { defineConfig } = require('@vue/cli-service') +module.exports = defineConfig({ + transpileDependencies: true +}) -- cgit v1.2.1