Added Getting Started to README
This commit is contained in:
@@ -21,6 +21,6 @@ writeShellApplication {
|
||||
remoteName="''${1:-origin}"
|
||||
targetBranch="''${2:-main}"
|
||||
shift && shift
|
||||
tea-create-pr "$remoteName" "$targetBranch" --assignees consulting-bot "$@"
|
||||
tea-create-pr "$remoteName" "$targetBranch" --assignees merge-bot "$@"
|
||||
'';
|
||||
}
|
||||
|
||||
5
pkgs/ui/.vscode/settings.json
vendored
Normal file
5
pkgs/ui/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"search.exclude": {
|
||||
"**/.direnv": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user