Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Oct 17, 2024
1 parent c88215f commit c2eaad4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 4 additions & 0 deletions dotfiles.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"path": "./loadtest",
"name": "loadtest"
},
{
"path": "./stacks",
"name": "stacks"
},
{
"path": "./notebooks",
"name": "notebooks"
Expand Down

0 comments on commit c2eaad4

Please sign in to comment.