Started drafting medscan extension

This commit is contained in:
Joel Collins 2020-03-31 16:25:04 +01:00
parent 0c695a377c
commit 26086aaea7
14 changed files with 12437 additions and 0 deletions

View file

@ -0,0 +1,4 @@
process.env.VUE_APP_NAME = require('./package.json').name
module.exports = {
productionSourceMap: false
};