Add initial elm-pages.config.mjs file to template.

This commit is contained in:
Dillon Kearns 2022-02-23 14:39:31 -08:00
parent da08e1e1b3
commit b9b68b06cc

View File

@ -0,0 +1,5 @@
import { defineConfig } from "vite";
export default {
vite: defineConfig({}),
};