init
This commit is contained in:
27
elm-land.json
Normal file
27
elm-land.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user