From 1c057f2d85ca3f646fb359648832ac6e53133a65 Mon Sep 17 00:00:00 2001 From: Leonidas Conde <80922146+LeonardoDizConde@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:40:42 -0300 Subject: [PATCH] CU-86dt9h44p - Fix NeonDappkit on Vite --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8e620f..36dbaf8 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ import {defineConfig} from 'vite' export default defineConfig({ //your config here - define: { - global: 'globalThis', - process: { - version: 'globalThis' - } + define: { + global: 'globalThis', + process: { + version: 'globalThis' + } //... - }, + }, }) ```