Skip to content

Commit

Permalink
fix(web/public): resolve browser public resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Dec 24, 2021
1 parent 8bee423 commit 4edc2f1
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 @@ -18,7 +18,7 @@
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "craco start",
"start": "cross-env PUBLIC_URL=/ craco start",
"start:game": "cross-env IN_GAME_DEV=1 craco start",
"build": "craco build",
"test": "craco test",
Expand Down

0 comments on commit 4edc2f1

Please sign in to comment.