mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
* feat(examples): barebones custom param type example * cargo +nightly fmt * fix build * add required imports Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
8 lines
116 B
JSON
8 lines
116 B
JSON
{
|
|
"name": "params",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"tauri": "node ../../tooling/cli.js/bin/tauri"
|
|
}
|
|
}
|