mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-20 04:09:42 -06:00
Created the web vite.config.js
This commit is contained in:
12
web/vite.config.js
Normal file
12
web/vite.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import {defineConfig} from "vite"
|
||||
import react from "@vitejs/plugin-react";
|
||||
import path from "path";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user