Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 31, 2024
2 parents 258c93e + 37fab50 commit 1f13eef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
web = {
command = [
"nx"
"dev"
"@fibbojs/playground-2d"
"dev:watch"
"@fibbojs/playground-3d"
"--port"
"$PORT"
];
# Then open a terminal and run : nx watch --projects=@fibbojs/2d -- nx build @fibbojs/2d
manager = "web";
};
};
Expand Down

0 comments on commit 1f13eef

Please sign in to comment.