mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-06-02 22:08:18 +00:00
FRESHHHH
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import path from "path"
|
||||
import react from "@vitejs/plugin-react"
|
||||
import { defineConfig } from "vite"
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./"),
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user