We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bbc41 commit cea9db0Copy full SHA for cea9db0
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "fast-down-gui",
4
- "version": "0.1.23",
+ "version": "0.1.24",
5
"identifier": "com.fast-down.fast-down-gui",
6
"build": {
7
"beforeDevCommand": "bun run dev",
src/main.ts
@@ -15,6 +15,7 @@ const pinia = createPinia()
15
pinia.use(PiniaPluginPersistedstate)
16
17
const app = createApp(App)
18
+app.config.throwUnhandledErrorInProduction = true
19
app.use(PrimeVue, {
20
theme: {
21
preset: Aura,
0 commit comments