가상매매 시간봉 제거
This commit is contained in:
+1
-2
@@ -7,7 +7,7 @@
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"cap:sync": "npm run build && npx cap sync",
|
||||
"cap:sync": "npm run build && bash ../scripts/ensure-android-google-services.sh && npx cap sync",
|
||||
"cap:open:android": "npx cap open android",
|
||||
"cap:open:ios": "npx cap open ios"
|
||||
},
|
||||
@@ -18,7 +18,6 @@
|
||||
"@capacitor/haptics": "^7.0.0",
|
||||
"@capacitor/ios": "^7.0.0",
|
||||
"@capacitor/preferences": "^7.0.0",
|
||||
"@capacitor/push-notifications": "^7.0.0",
|
||||
"@capacitor/splash-screen": "^7.0.0",
|
||||
"@capacitor/status-bar": "^7.0.0",
|
||||
"@goldenchart/shared": "*",
|
||||
|
||||
Reference in New Issue
Block a user