tauri/examples/resources/package.json
Lucas Fernandes Nogueira 4334865266
refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-02-10 17:23:10 -03:00

7 lines
119 B
JSON

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