diff --git a/.inscode b/.inscode new file mode 100644 index 0000000000000000000000000000000000000000..ecc8bdde946f464a2c4d431d8f8196413737d922 --- /dev/null +++ b/.inscode @@ -0,0 +1,6 @@ +run = "npm i && npm run dev" + +[env] +PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" +XDG_CONFIG_HOME = "/root/.config" +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" \ No newline at end of file diff --git a/inscode.nix b/inscode.nix new file mode 100644 index 0000000000000000000000000000000000000000..12841f8a4f193f44c7c755a8821606a6447a7584 --- /dev/null +++ b/inscode.nix @@ -0,0 +1,6 @@ +{ pkgs }: { + deps = [ + pkgs.nodejs-18_x + pkgs.yarn + ]; +} \ No newline at end of file