forked from jsnbuchanan/crowd-funder-for-time-pwa
Android Capacitor configurations
This commit is contained in:
@@ -18,11 +18,11 @@ export default defineConfig(({ mode }) => {
|
||||
const outDir = isElectron
|
||||
? "dist-electron"
|
||||
: isCapacitor
|
||||
? "dist-capacitor"
|
||||
: "dist";
|
||||
? "dist-capacitor"
|
||||
: "dist";
|
||||
|
||||
return {
|
||||
base: isElectron ? './' : '/',
|
||||
base: isElectron ? "./" : "/",
|
||||
server: {
|
||||
port: process.env.VITE_PORT || 8080,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user