Skip to content

Commit c1fd81f

Browse files
committed
don't copy fastify/swagger to built lambda
1 parent 9e7263e commit c1fd81f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/api/build.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ const commonParams = {
3434
`.trim(),
3535
}, // Banner for compatibility with CommonJS
3636
plugins: [
37-
copy({
38-
resolveFrom: "cwd",
39-
assets: {
40-
from: ["../../node_modules/@fastify/swagger-ui/static/*"],
41-
to: ["../../dist/lambda/static"],
42-
},
43-
}),
4437
copy({
4538
resolveFrom: "cwd",
4639
assets: {

0 commit comments

Comments
 (0)