Skip to content

Commit

Permalink
remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
sannidhishukla committed Dec 23, 2024
1 parent 801485b commit b579bfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions serverless.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import type { AWS } from '@serverless/typescript';

import rating from '@functions/rating';
import comment from '@functions/comment';
import email from '@functions/email';
import summary from '@functions/summary';

const serverlessConfiguration: AWS = {
const serverlessConfiguration = {
service: 'feedback-api',
frameworkVersion: '4',
plugins: ['serverless-offline-ssm', 'serverless-offline'],
Expand Down

0 comments on commit b579bfe

Please sign in to comment.