Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: 🐛 update websoc proxy dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Oct 16, 2023
1 parent c37c1dc commit eabc785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cdk/src/constructs/WebsocProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class WebsocProxy extends Construct {
new Function(this, functionName, {
architecture: Architecture.ARM_64,
code: Code.fromAsset(
join(dirname(fileURLToPath(import.meta.url)), "../../../websoc-proxy/dist"),
join(dirname(fileURLToPath(import.meta.url)), "../../../../services/websoc-proxy/dist"),
),
functionName,
handler: "index.handler",
Expand Down

0 comments on commit eabc785

Please sign in to comment.