Add default config in example project to reduce warnings.

This commit is contained in:
Dillon Kearns 2022-12-18 17:12:37 -08:00
parent a716e4eb23
commit dcf19fd443

View File

@ -0,0 +1,3 @@
import { defineConfig } from "vite";
export default {};