Minor proman changes.

This commit is contained in:
Patrick Fic
2024-03-20 14:01:17 -07:00
parent e162460b9c
commit 6831a79407
7 changed files with 29 additions and 3 deletions

View File

@@ -105,6 +105,9 @@ export default defineConfig({
react(),
// CompressionPlugin(), //Cloudfront already compresses assets, so not needed.
],
define:{
"APP_VERSION": JSON.stringify(process.env.npm_package_version)
},
server: {
host: true,
port: 3000,