Files
tauri/examples/helloworld/package.json
chip c88838aa76 feat: build without proc macros (#1226)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-03-12 22:10:19 -03:00

8 lines
122 B
JSON

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