File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 run : cargo install tauri-cli --version "^2"
5252
5353 - name : Build Tauri (Linux)
54- run : cargo tauri build --bundles appimage,deb
54+ run : cargo- tauri build --bundles appimage,deb
5555 env :
5656 CI : true
5757
9898 run : cargo install tauri-cli --version "^2"
9999
100100 - name : Build Tauri (Windows)
101- run : cargo tauri build --bundles msi,nsis
101+ run : cargo- tauri build --bundles msi,nsis
102102 env :
103103 CI : ' true'
104104
Original file line number Diff line number Diff line change 11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
3- import "./.next/types/routes.d.ts" ;
3+ import "./.next/dev/ types/routes.d.ts" ;
44
55// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
You can’t perform that action at this time.
0 commit comments