Skip to content

Commit

Permalink
remove build dir from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Jan 4, 2025
1 parent 9d56630 commit cdce51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sveltekit-ssr-zip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To get more information of Wrapper script, please read Lambda documentation [her
1. replace `import adapter from '@sveltejs/adapter-auto';` with `import adapter from '@sveltejs/adapter-node';` in `svelte.config.js`
1. add a `run.sh` [wrapper](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-modify.html#runtime-wrapper) script:
```sh
cat << EOF > ./build/run.sh
cat << EOF > ./run.sh
#!/bin/bash
node index.js
Expand Down

0 comments on commit cdce51c

Please sign in to comment.