Skip to content

Commit

Permalink
#22 fix: proper ssr check
Browse files Browse the repository at this point in the history
  • Loading branch information
L3P3 committed Jul 22, 2024
1 parent 725ae58 commit b9dbc14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minicraft",
"version": "0.10.4",
"version": "0.10.5",
"description": "voxel-based 3d game, written in javascript",
"homepage": "https://l3p3.de/minicraft",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions src/externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ var onmouseup;
*/
var ASSETS;

/**
@type {boolean}
*/
var SSR;

/**
@typedef {{
p: {
Expand Down

0 comments on commit b9dbc14

Please sign in to comment.