updated release config

This commit is contained in:
Frank 2021-10-26 10:03:19 -04:00
parent 5e25f79a56
commit 807c453848
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,4 @@
module.exports = {
publicPath: '/',
outputDir: 'dist/fmg',
devServer: {
port: 8080,

View file

@ -0,0 +1,3 @@
module.exports = {
outputDir: 'dist/fmg'
}