Skip to content

Commit

Permalink
🩹 quick fix: pulumi aws serverless-express path
Browse files Browse the repository at this point in the history
  • Loading branch information
mococa committed Nov 12, 2023
1 parent bdb1ceb commit 17bc06e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pulumi/aws/lib/compressNullstackApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function compressSSRNullstackApps(app_dirs: string[]) {
__dirname,
"..",
"..",
"node_modules",
"..",
"@vendia",
"serverless-express"
);
Expand Down
2 changes: 1 addition & 1 deletion pulumi/aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nullstack-serverless-pulumi-aws",
"version": "0.0.3",
"version": "0.0.4",
"description": "Nullstack Pulumi class",
"author": "mococa <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 17bc06e

Please sign in to comment.