forked from jsnbuchanan/crowd-funder-for-time-pwa
fix Capacitor to use the same migrations (migrations run but accounts aren't created)
This commit is contained in:
@@ -13,8 +13,8 @@ import { logger } from "./utils/logger";
|
||||
const platform = process.env.VITE_PLATFORM;
|
||||
const pwa_enabled = process.env.VITE_PWA_ENABLED === "true";
|
||||
|
||||
logger.error("Platform", { platform });
|
||||
logger.error("PWA enabled", { pwa_enabled });
|
||||
logger.error("Platform", JSON.stringify({ platform }));
|
||||
logger.error("PWA enabled", JSON.stringify({ pwa_enabled }));
|
||||
|
||||
// Global Error Handler
|
||||
function setupGlobalErrorHandler(app: VueApp) {
|
||||
|
||||
Reference in New Issue
Block a user