diff --git a/.mise.toml b/.mise.toml index 64d4f53..9b814e0 100644 --- a/.mise.toml +++ b/.mise.toml @@ -3,10 +3,11 @@ min_version = "2024.1.1" [env] _.file = [".env"] -_.path = ["./target/debug"] +_.path = ["./target/debug", "./node_modules/.bin"] FOO = "bar" FOO_NUM = 1 THIS_PROJECT = "{{config_root}}-{{cwd}}" +CERTIFICATES_DIR = "{{config_root}}/private/certificates/live/" [tools] diff --git a/dotfiles.code-workspace b/dotfiles.code-workspace index ef53dd5..dc04a0b 100644 --- a/dotfiles.code-workspace +++ b/dotfiles.code-workspace @@ -16,6 +16,10 @@ "path": "./loadtest", "name": "loadtest" }, + { + "path": "./stacks", + "name": "stacks" + }, { "path": "./notebooks", "name": "notebooks"