⚡ Removed ionic capacitor
This commit is contained in:
@@ -36,6 +36,3 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
|
||||
.env
|
||||
|
||||
# Android build
|
||||
android/
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
output: 'standalone',
|
||||
env: {
|
||||
MAPBOX_TOKEN: process.env.MAPBOX_TOKEN,
|
||||
},
|
||||
|
||||
Generated
+12
-810
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user