Skip to content

Commit

Permalink
chore: fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 4, 2024
1 parent b73ed34 commit 72c1a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ghijklmnopqrstuvwxyz",
"GHIJKLMNOPQRSTUVWXYZ",
"ubiquityos",
"azurefunc",
"marplex"
"azurefunc",
"marplex"
],
"dictionaries": ["typescript", "node", "software-terms"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"setup-kv": "bun --env-file=.dev.vars scripts/setup-kv-namespace.ts",
"setup": "tsx ./scripts/setup.ts",
"start:azure": "run-p proxy build:watch start",
"start": "func start",
"start": "func start --port 8787",
"prestart": "bun run build",
"build": "tsup",
"build:watch": "tsup --watch",
Expand Down
2 changes: 1 addition & 1 deletion src/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dotenv.config({ path: ".dev.vars" });

const smee = new SmeeClient({
source: process.env.WEBHOOK_PROXY_URL || "https://smee.io/new",
target: "http://localhost:7071",
target: "http://localhost:8787",
logger: console,
});

Expand Down

0 comments on commit 72c1a92

Please sign in to comment.