Skip to content

Commit

Permalink
Merge branch 'config-webdev'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Jan 16, 2025
2 parents 0edc039 + 1bb8a18 commit 99c4718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"scripts": {
"dev": "npm run start",
"start": "vite --cors",
"start": "vite --cors --host",
"build": "npm run typescript && vite build",
"lint": "npm run typescript && eslint --ext .jsx,.js,.ts,.tsx ./src",
"typescript": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 99c4718

Please sign in to comment.