mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Add initial elm-pages.config.mjs file to template.
This commit is contained in:
parent
da08e1e1b3
commit
b9b68b06cc
5
generator/template/elm-pages.config.mjs
Normal file
5
generator/template/elm-pages.config.mjs
Normal file
@ -0,0 +1,5 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default {
|
||||
vite: defineConfig({}),
|
||||
};
|
Loading…
Reference in New Issue
Block a user