Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 12, 2024
1 parent 8775b7f commit 87c7537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.mts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
import { checker } from 'vite-plugin-checker';
import { nodePolyfills } from 'vite-plugin-node-polyfills';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [nodePolyfills(), react(), checker({ typescript: true })],
plugins: [react(), checker({ typescript: true })],
server: {
port: 3000,
},
Expand Down

0 comments on commit 87c7537

Please sign in to comment.