Add browser-sync

This commit is contained in:
Oliver Davies 2025-08-20 23:15:08 +01:00
parent 2ce6d04d2d
commit a2132616d5
2 changed files with 8 additions and 0 deletions

View file

@ -10,6 +10,8 @@
{
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodePackages.browser-sync
(php83.buildEnv {
extraConfig = ''
error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED