diff --git a/.gitignore b/.gitignore index c40f7a4..333a153 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,4 @@ dist *.sass.map *.scss.map +*.lock diff --git a/devbox.json b/devbox.json new file mode 100644 index 0000000..4ed5580 --- /dev/null +++ b/devbox.json @@ -0,0 +1,11 @@ +{ + "packages": [ + "go", + "gopls", + "nodejs", + "nodePackages.vscode-html-languageserver-bin" + ], + "nixpkgs": { + "commit": "f80ac848e3d6f0c12c52758c0f25c10c97ca3b62" + } +}