mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
- Changes the IP prompt to also show IPV6 address ending with ::2 (usually device's address) - Adds --host option on ios dev to force the host - Also makes it work with our own dev server impl (builtin)
22 lines
489 B
JSON
22 lines
489 B
JSON
{
|
|
"name": "tauri-app",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0-alpha.11",
|
|
"tauri-plugin-{{ plugin_name }}-api": "link:../../"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.1",
|
|
"svelte": "^3.49.0",
|
|
"vite": "^3.0.2",
|
|
"@tauri-apps/cli": "^2.0.0-alpha.17"
|
|
}
|
|
} |