create-tauri-app 3.14.0

Rapidly scaffold out a new tauri app project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "scripts": {
    "format": "prettier --write --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json,vue}\"",
    "format:check": "prettier --check --end-of-line=auto \"./**/*.{js,jsx,ts,tsx,html,css,json,vue}\""
  },
  "dependencies": {
    "prettier": "3.2.5"
  },
  "devDependencies": {
    "covector": "0.10.2"
  },
  "resolutions": {
    "undici": ">=6.11.1"
  }
}