Skip to content

Commit 3d14134

Browse files
committed
chore(dev): update port configuration and fix file formatting
- Set specific port to 9005 in dev.nix for static server - Ensure newline at end of script.js - Remove unused gitkeep file from scripts directory
1 parent 99bfff2 commit 3d14134

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.idx/dev.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"python"
2929
"-m"
3030
"http.server"
31-
"$PORT"
31+
"9005"
3232
];
3333
manager = "web";
3434
cwd = "Liquid-Glass-UI-Examples/apple-liquid-glass-switcher/dist";

Liquid-Glass-UI-Examples/apple-liquid-glass-switcher/dist/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ themeRadios.forEach(radio => {
3838
document.body.classList.add(radio.value);
3939
}
4040
});
41-
});
41+
});

scripts/gitkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)