Skip to content

Commit aa135cd

Browse files
committed
feat: add devproxy installation script and update .gitignore
1 parent bce01a7 commit aa135cd

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ genaiscript*.tgz
6464

6565
*.bak
6666

67+
devproxy/
68+
.demo/
6769

6870
# START Ruler Generated Files
6971
.github/copilot-instructions.md

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"disk:check": "du -h --max-depth=2 | sort -hr | head -n 10",
2727
"docs": "cd docs && pnpm run dev",
2828
"install:ffmpeg": "sudo apt-get update && sudo apt-get install ffmpeg -y",
29+
"install:devproxy": "sudo bash -c \"$(curl -sL https://aka.ms/devproxy/setup.sh)\"",
2930
"format:check": "turbo format:check",
3031
"format:fix": "turbo format:fix",
3132
"gcm": "node packages/cli/dist/src/index.js run gcm --model gcm --no-run-trace --no-output-trace",

0 commit comments

Comments
 (0)