mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
add: tauri init
This commit is contained in:
@@ -8,12 +8,15 @@
|
||||
"build": "vite build",
|
||||
"build:github": "vite build --base=/chatgpt-web/",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^5.0.0",
|
||||
"@microsoft/fetch-event-source": "^2.0.1",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.50",
|
||||
"@sveltejs/vite-plugin-svelte": "^2.0.2",
|
||||
"@tauri-apps/cli": "^1.2.3",
|
||||
"@tsconfig/svelte": "^3.0.0",
|
||||
"@types/marked": "^4.0.8",
|
||||
"bulma": "^0.9.4",
|
||||
@@ -29,4 +32,4 @@
|
||||
"typescript": "^4.9.3",
|
||||
"vite": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user