This commit is contained in:
2026-03-10 14:40:45 +00:00
commit 216d10b85b
4 changed files with 79 additions and 0 deletions

27
elm-land.json Normal file
View File

@@ -0,0 +1,27 @@
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "Elm Land",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ "name": "viewport", "content": "width=device-width, initial-scale=1.0" }
],
"link": [],
"script": []
},
"router": {
"useHashRouting": false
},
"proxy": null
}
}