tauri/examples/commands/package.json

8 lines
115 B
JSON
Raw Normal View History

{
"name": "state",
"version": "1.0.0",
"scripts": {
"tauri": "node ../../tooling/cli.js/bin/tauri"
}
}