tauri/examples/state/package.json
2021-07-03 19:48:04 -03:00

8 lines
121 B
JSON

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