feat(falahmobile): retheme app to premium dark spatial UI, implement waqf module, and resolve testing suite config

This commit is contained in:
FalahMobile
2026-07-08 18:07:07 +08:00
parent 3eb89a5665
commit 0cacc4fa1a
22 changed files with 693 additions and 355 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default defineConfig({
},
],
webServer: {
command: 'npm run dev',
command: 'node .next/standalone/server.js',
url: 'http://localhost:3000',
reuseExistingServer: !process.env.CI,
},