mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-28 23:03:44 +03:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
import elmPlugin from 'vite-plugin-elm'
|
|
|
|
export default {
|
|
root: 'public',
|
|
plugins: [elmPlugin()]
|
|
}
|