This commit is contained in:
2023-10-24 05:23:25 +07:00
commit 7a8ce17237
33 changed files with 11927 additions and 0 deletions

18
codegen/elm.codegen.json Normal file
View File

@ -0,0 +1,18 @@
{
"elm-codegen-version": "0.2.0",
"codegen-helpers": {
"packages": {
"elm/core": "1.0.5",
"dillonkearns/elm-form": "3.0.0",
"elm/html": "1.0.0",
"rtfeldman/elm-css": "18.0.0",
"dillonkearns/elm-pages": "10.0.0",
"elm/json": "1.1.3"
},
"local": [
".elm-pages/",
"app/",
"src/"
]
}
}