diff --git a/serverless.yml b/serverless.yml index 2e31bf9..daf4ab9 100644 --- a/serverless.yml +++ b/serverless.yml @@ -17,8 +17,6 @@ provider: frameworkVersion: '3' package: - artifact: /.serverless/editly-video-maker.zip - # Any `include`, `exclude` logic is applied to the whole service, the same # as built-in serverless packaging. # include: ... diff --git a/tsconfig.json b/tsconfig.json index 31617b9..5d0c461 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "allowSyntheticDefaultImports": true, "target": "es2019", "sourceMap": true, - "outDir": ".build", + "outDir": "./", "rootDir": "./", "baseUrl": "./", "esModuleInterop": true