refactor: some feedback updates from coderabbit

This commit is contained in:
Cipher Vance 2025-09-14 20:50:05 -05:00
parent e3d1386f6a
commit a020bf5dca
6 changed files with 36 additions and 7 deletions

View file

@ -1,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: true
lintOnSave: process.env.NODE_ENV !== 'production'
})