Skip to content

Commit

Permalink
feat: add new image handling
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMulder committed Nov 3, 2022
1 parent 58c042b commit 7b84556
Show file tree
Hide file tree
Showing 10 changed files with 5,377 additions and 4,937 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"scripts": {
"dev": "next dev",
"build": "elm make src/elm/clustermap/Main.elm --optimize --output=public/js/interactive_maps.js && next build",
"debug": "elm make src/elm/clustermap/Main.elm --output=public/js/interactive_maps.js && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^4.0.0",
"class-autobind": "^0.1.4",
"cors": "^2.8.5",
"next": "12.2.0",
"node-cache": "^5.1.2",
Expand Down
Loading

0 comments on commit 7b84556

Please sign in to comment.