mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-15 23:30:56 +00:00
Update Deps / Vite
This commit is contained in:
1808
package-lock.json
generated
1808
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.5.0",
|
||||
"@vitejs/plugin-react": "^4.4.1",
|
||||
"vite": "^5.4.11"
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"vite": "^8.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@ import "@/css/styles.css";
|
||||
import FetchProjects from "@/utils/FetchProjects";
|
||||
|
||||
// Pages
|
||||
import Main from "./App";
|
||||
import Main from "@/App";
|
||||
|
||||
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user