Skip to content

Commit

Permalink
added idx.dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Oct 1, 2024
1 parent a13e4e0 commit 08abc31
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{pkgs}: {
channel = "stable-23.11";
packages = [
pkgs.nodejs_20
];
idx.extensions = [
"svelte.svelte-vscode"
"vue.volar"
];
idx.previews = {
previews = {
web = {
command = [
"npm"
"run"
"start"
];
env = {
PORT = "$PORT";
};
manager = "web";
};
};
};
}

0 comments on commit 08abc31

Please sign in to comment.