To create a production version of your app for web:
npm run build
You can preview the production build with npm run preview
.
build the app with svelte-kit SPA mode (adapter-static) docs
npm run build:capacitor
use capacitor to transform build file into native android/ios
npx cap sync