From bf1ce7317688650b49a9a71ae04b18f9960bc6ec Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 11:55:52 +0100 Subject: Fixed type issue --- vite.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vite.config.js (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..eca6e2f --- /dev/null +++ b/vite.config.js @@ -0,0 +1,6 @@ +import { defineConfig } from 'vite' +import react from '@vitejs/plugin-react' + +export default defineConfig({ + plugins: [react()] +}) -- cgit v1.2.3