export default defineConfig()

in vite.config.ts [11:16]


export default defineConfig({
    plugins: [react(), basicSsl()],
    define: {
        'process.env': {}
    }
});