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 9e7263e commit c1fd81fCopy full SHA for c1fd81f
src/api/build.js
@@ -34,13 +34,6 @@ const commonParams = {
34
`.trim(),
35
}, // Banner for compatibility with CommonJS
36
plugins: [
37
- copy({
38
- resolveFrom: "cwd",
39
- assets: {
40
- from: ["../../node_modules/@fastify/swagger-ui/static/*"],
41
- to: ["../../dist/lambda/static"],
42
- },
43
- }),
44
copy({
45
resolveFrom: "cwd",
46
assets: {
0 commit comments