Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: PierreDemailly <[email protected]>
  • Loading branch information
fraxken and PierreDemailly committed Mar 27, 2024
1 parent 8d5afa1 commit 4063a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Reverse proxy for Loki with proper Grafana API authentication",
"type": "module",
"main": "src/proxy.js",
"main": "dist/index.js",
"scripts": {
"start": "node --env-file=.env ./dist/index.js",
"build": "tsc",
Expand Down

0 comments on commit 4063a63

Please sign in to comment.