Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LilWikipedia authored Nov 19, 2024
1 parent 72e987e commit cea3f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import react from "@vitejs/plugin-react-swc";
import path from "path";
//import { defineConfig } from 'vite';
import { defineConfig } from 'vite';

export default ({
export default Config ({
base: "/rf-meter/",
server: {
host: "::",
Expand Down

0 comments on commit cea3f1f

Please sign in to comment.