⚡ Removed ionic capacitor
This commit is contained in:
+1
-4
@@ -35,7 +35,4 @@ yarn-error.log*
|
|||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
|
||||||
.env
|
.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} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'standalone',
|
||||||
env: {
|
env: {
|
||||||
MAPBOX_TOKEN: process.env.MAPBOX_TOKEN,
|
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"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@capacitor/android": "^6.1.2",
|
|
||||||
"@capacitor/cli": "^6.1.2",
|
|
||||||
"@capacitor/core": "^6.1.2",
|
|
||||||
"@vercel/postgres": "^0.10.0",
|
"@vercel/postgres": "^0.10.0",
|
||||||
"bcrypt": "^5.1.1",
|
"bcrypt": "^5.1.1",
|
||||||
"deck.gl": "^9.0.28",
|
"deck.gl": "^9.0.28",
|
||||||
|
|||||||
Reference in New Issue
Block a user