2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-19 03:13:03 +00:00

chore: update to vite 8

This commit is contained in:
Jan Laupetin
2026-03-14 08:16:40 +01:00
parent 8806a5b591
commit 76881dc77f
6 changed files with 220 additions and 178 deletions

View File

@@ -1,5 +1,5 @@
import type { Plugin, UserConfig } from "vite";
import type { OutputAsset, OutputChunk } from "rollup";
import type { OutputAsset, OutputChunk } from "rolldown";
import path from "node:path";
import fs from "node:fs";