Skip to content

Commit

Permalink
Merge pull request #13 from dataesr/fundingRankingCharts
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
jerem1508 authored Mar 11, 2024
2 parents 53fdc8e + bb47b21 commit 3d18e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 351 deletions.
349 changes: 0 additions & 349 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "NODE_ENV=development nodemon --experimental-specifier-resolution=node index.js",
"start": "NODE_ENV=production node --experimental-specifier-resolution=node index.js",
"start": "NODE_ENV=production node --experimental-specifier-resolution=node index.js"
},
"author": "doad",
"license": "MIT",
Expand All @@ -30,4 +30,4 @@
"optionalDependencies": {
"win-node-env": "^0.6.1"
}
}
}

0 comments on commit 3d18e1d

Please sign in to comment.