Skip to content

Commit

Permalink
idx
Browse files Browse the repository at this point in the history
  • Loading branch information
playlikeboy committed Jul 21, 2024
1 parent 54040ed commit 5b1e159
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{pkgs}: {
channel = "stable-23.11";
packages = [
pkgs.nodejs_20
];
idx.extensions = [

];
idx.previews = {
previews = {
web = {
command = [
"npm"
"run"
"dev"
"--"
"--port"
"$PORT"
"--hostname"
"0.0.0.0"
];
manager = "web";
};
};
};
}

0 comments on commit 5b1e159

Please sign in to comment.