Skip to content

Commit

Permalink
Update getLocalJson.js
Browse files Browse the repository at this point in the history
Ops rs, return false, "pra prod" rs
  • Loading branch information
MarcosRaoi committed Dec 29, 2023
1 parent 6c51d31 commit 73f1680
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/getLocalJson.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import localJsonGameData from "../json/game_cells.json" assert { type: "json" };
//import("../json/game_cells.json", {assert: {type: "json"} });
// import localJsonGameData from "../json/game_cells.json" assert { type: "json" };
// //import("../json/game_cells.json", {assert: {type: "json"} });

// export function localGameData() {
// console.log("local json game data", localJsonGameData);
// return localJsonGameData;
// }

export function localGameData() {
console.log("local json game data", localJsonGameData);
return localJsonGameData;
return false
}

0 comments on commit 73f1680

Please sign in to comment.