[READ-ONLY] Mirror of https://github.com/probablykasper/tauri-sveltekit-template. Tauri + SvelteKit template
actions svelte sveltekit tauri template typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

Update package.json

Kasper (Feb 24, 2022, 3:38 AM +0100) 971aca36 ca90e577

+1 -1
+1 -1
package.json
··· 1 1 { 2 2 "private": true, 3 3 "scripts": { 4 + "tauri": "tauri", 4 5 "dev": "tauri dev", 5 6 "dev:web": "vite", 6 - "tauri": "tauri", 7 7 "build": "tauri build", 8 8 "build:web": "vite build", 9 9 "test": "echo 'No tests'",