Files
tauri/examples/helloworld/package.json
Noah Klayman 4c9d419eec fix(examples): build error (#1354)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 23:49:55 -03:00

8 lines
119 B
JSON

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