Open ambujraj opened 6 months ago
Follow this documentation: https://tauri.app/v1/guides/getting-started/setup/next-js/
Also secure the env variables
import { secureStorage } from '@tauri-apps/api/secure-storage';
await secureStorage.write('key', 'value');
const value = await secureStorage.read('key');
Is your feature request related to a problem? Please describe. There should be app version of ByteShare
Describe the solution you'd like Create app version of ByteShare.