feature/tauri-js-rs
js 4 lines 94 Bytes
Raw
1 /** @type {import('next').NextConfig} */
2 const nextConfig = {};
3
4 module.exports = nextConfig;