mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-09 06:58:41 -06:00
Migrate client vite.config.js to support deno path format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {defineConfig} from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import {VitePWA} from "vite-plugin-pwa";
|
||||
import * as path from "path";
|
||||
import * as path from "node:path";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user