Skip to content

Commit

Permalink
es compiler fix and index server link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Sep 13, 2023
1 parent d1867ee commit f8b7cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<canvas id="app" width="640" height="360"></canvas>
<form id="loginForm">
<span class="welcomeMessage"></span>
<input type="text" placeholder="ip-address:port" value="https://best-multiplayer-game-possible-pvenbf56dq-uc.a.run.app/">
<input type="text" placeholder="ip-address:port" value="https://best-multiplayer-game-possible-pvenbf56dq-uc.a.run.app">
<!-- <input type="text" placeholder="ip-address:port" value="http://localhost:8080"> -->
<input type="text" autocomplete="false" placeholder="Your username"><input type="submit" value="GO!">
<span class="error"></span>
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"lib": ["ES2020", "DOM", "DOM.Iterable"],
"target": "ES2020",
"module": "esnext",
"module": "ES2020",

/* Bundler mode */
"moduleResolution": "bundler",
Expand Down

0 comments on commit f8b7cc7

Please sign in to comment.