Skip to content

Commit

Permalink
for now injecting urls in local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar Oostendorp committed Feb 27, 2024
1 parent de959d2 commit f7a7a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "PUBLIC_NODE_URL=http://localhost:5050 PUBLIC_TORII=http://localhost:8080 vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit f7a7a8f

Please sign in to comment.