必要に応じて本番用とテスト用を切り替える
テスト用はフロントエンド開発用。
637 | //send_file_size, // 本番用
638 | send_file_test // テスト用
6 | //let tauriFunctionName = tauriFunctionName; // 本番用
7 | let tauriFunctionName = 'send_file_test'; // テスト用
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.