Skip to content

Commit

Permalink
Install Elm-land to start migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Erudition committed Sep 29, 2023
1 parent 9b4975d commit ba7757b
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 21 deletions.
40 changes: 40 additions & 0 deletions elm-land.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"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": true
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@nativescript/local-notifications": "link:../nativescript-plugins/packages/local-notifications",
"@triniwiz/nativescript-toasty": "^4.1.3",
"circular-dependency-plugin": "^5.2.2",
"elm-land": "^0.19.3",
"elm-native-js": "^1.0.3",
"elm-taskport": "^2.0.1",
"elm-test": "0.19.1-revision9",
Expand Down
166 changes: 145 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba7757b

Please sign in to comment.