1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-20 21:17:02 +00:00

no log: ignore warning

This commit is contained in:
morpheus65535 2022-03-28 12:22:42 -04:00
parent a455dc2379
commit d04e8f19aa

View file

@ -1,4 +1,5 @@
import react from "@vitejs/plugin-react";
// @ts-ignore
import path from "path";
import { defineConfig, loadEnv } from "vite";
import checker from "vite-plugin-checker";