Skip to content

Commit 23bf47c

Browse files
committed
fix: tauri not working
1 parent 33c9419 commit 23bf47c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-kaplay",
33
"description": "Start a KAPLAY project in no time",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"homepage": "https://kaplayjs.com/",
77
"repository": "github:marklovers/create-kaplay",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const devPkgs = [
252252
"vite@latest",
253253
"@types/node@latest",
254254
...(ts ? ["typescript@latest"] : []),
255-
...(desktop ? ["@tauri-apps/cli@latest"] : []),
255+
...(desktop ? ["@tauri-apps/cli@1"] : []),
256256
];
257257

258258
const file = (name, content) => ({

0 commit comments

Comments
 (0)