chore(capacitor): refactor codebase for capacitor entry

This commit is contained in:
shafin-r
2025-09-08 13:42:15 +06:00
parent 3b2488054c
commit 99d6c15e38
21 changed files with 123 additions and 491 deletions

View File

@ -1,9 +1,10 @@
import type { CapacitorConfig } from "@capacitor/cli";
// capacitor.config.ts
import { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: "com.examjam.solanine",
appId: "com.examjam.omukk",
appName: "ExamJam",
webDir: "public",
webDir: "out", // ✅ point to your Next.js static export
};
export default config;