We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73de128 commit 942793aCopy full SHA for 942793a
Makefile
@@ -59,7 +59,8 @@ build: src/ cloudformation/ docs/
59
cp -r src/api/resources/ dist/api/resources
60
rm -rf dist/lambda/sqs
61
sam build --template-file cloudformation/main.yml
62
- cp -r node_modules/aws-crt/ .aws-sam/build/AppApiLambdaFunction/node_modules
+ mkdir -p .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt/
63
+ cp -r node_modules/aws-crt/dist .aws-sam/build/AppApiLambdaFunction/node_modules/aws-crt
64
65
local:
66
VITE_BUILD_HASH=$(GIT_HASH) yarn run dev
0 commit comments