|
|
|
|
@ -10,10 +10,10 @@ import mkcert from 'vite-plugin-mkcert'
|
|
|
|
|
import { VitePWA } from 'vite-plugin-pwa'
|
|
|
|
|
|
|
|
|
|
const root = process.cwd()
|
|
|
|
|
const appRootPath = path.join(root, `./src/app`)
|
|
|
|
|
const appRootPath = path.join(root, `./src/App`)
|
|
|
|
|
const publicDir = path.join(root, `./public`)
|
|
|
|
|
const outDir = path.join(root, `./build`)
|
|
|
|
|
const app = path.join(root, `./src/app/index.html`)
|
|
|
|
|
const app = path.join(root, `./src/App/index.html`)
|
|
|
|
|
|
|
|
|
|
// eslint-disable-next-line import/no-default-export
|
|
|
|
|
export default defineConfig(({ mode }) => {
|
|
|
|
|
|