parent
6be709b08e
commit
08b4923d0f
24
.idx/dev.nix
Normal file
24
.idx/dev.nix
Normal file
@ -0,0 +1,24 @@
|
||||
{pkgs}: {
|
||||
channel = "stable-23.11";
|
||||
packages = [
|
||||
pkgs.nodejs_20
|
||||
];
|
||||
idx.extensions = [];
|
||||
idx.previews = {
|
||||
previews = {
|
||||
web = {
|
||||
command = [
|
||||
"npm"
|
||||
"run"
|
||||
"dev"
|
||||
"--"
|
||||
"--port"
|
||||
"$PORT"
|
||||
"--host"
|
||||
"0.0.0.0"
|
||||
];
|
||||
manager = "web";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user