Skip to content

Commit

Permalink
cd: alterada esteira de deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaDeNadai committed Sep 11, 2024
1 parent d610649 commit 8daa43e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/handler.ts → handler.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Context, APIGatewayProxyEvent, APIGatewayProxyResult } from 'aws-lambda';
import { createServer, proxy } from 'aws-serverless-express';

import {app} from "./api/api"
import {app} from "./src/api/api"

const server = createServer(app);

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"resolveJsonModule": true,
},
"include": ["./swagger-output.json", "src/**/*"],
"include": ["./swagger-output.json", "src/**/*", "handler.ts"],
"exclude": [
"node_modules"
],
Expand Down

0 comments on commit 8daa43e

Please sign in to comment.