mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
22a17980ff
* feat: update to tauri beta.24 * remove .tauri * pnpm build
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tauri": "tauri"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "2.0.0-beta.22"
|
|
}
|
|
}
|