Removed ionic capacitor

This commit is contained in:
2024-10-01 22:59:58 +02:00
parent c7de74693b
commit 7c111fab5d
5 changed files with 14 additions and 831 deletions
-3
View File
@@ -36,6 +36,3 @@ yarn-error.log*
next-env.d.ts
.env
# Android build
android/
-13
View File
@@ -1,13 +0,0 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'fr.lovemap.app',
appName: 'Lovemap ❤️',
webDir: 'out',
server: {
androidScheme: 'https',
},
backgroundColor: '#d94253',
};
export default config;
+1 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
output: 'standalone',
env: {
MAPBOX_TOKEN: process.env.MAPBOX_TOKEN,
},
+12 -810
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -9,9 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@vercel/postgres": "^0.10.0",
"bcrypt": "^5.1.1",
"deck.gl": "^9.0.28",