Spaces:
Sleeping
Sleeping
Update src/index.js
Browse files- src/index.js +1 -1
src/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { Game } from "./game.js";
|
2 |
|
3 |
-
|
4 |
|
5 |
// start the game when DOM is loaded
|
6 |
document.addEventListener("DOMContentLoaded", () => {
|
|
|
1 |
import { Game } from "./game.js";
|
2 |
|
3 |
+
console.log(process.env.HF_KEY);
|
4 |
|
5 |
// start the game when DOM is loaded
|
6 |
document.addEventListener("DOMContentLoaded", () => {
|