use rsbuild instead of vite

This commit is contained in:
2025-09-05 11:00:55 +08:00
parent 80552924df
commit 84d798c01f
21 changed files with 1342 additions and 1098 deletions

View File

@@ -34,8 +34,8 @@ app.use(router)
app.use(pinia)
app.mount("#app")
if (!!import.meta.env.VITE_ICONIFY_URL) {
if (!!import.meta.env.PUBLIC_ICONIFY_URL) {
addAPIProvider("", {
resources: [import.meta.env.VITE_ICONIFY_URL],
resources: [import.meta.env.PUBLIC_ICONIFY_URL],
})
}