Skip to content

Commit

Permalink
Merge pull request #2 from dolev146/patch-1
Browse files Browse the repository at this point in the history
Update vite.config.ts
  • Loading branch information
dolev146 authored Feb 20, 2024
2 parents 6c8d26e + 7046355 commit bffa797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="vitest" />
import * as path from 'path';
import react from '@vitejs/plugin-react';
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
import { VitePWA } from 'vite-plugin-pwa';

Expand Down

0 comments on commit bffa797

Please sign in to comment.