mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* feat(tauri.js/tauri-config): throw error if req'd files don't exist Checks that package.json and tauri.conf.js exist before requiring If they don't, throw an error and exit w/ code 1 * fix(tauri.js/tauri-config): use logger