Skip to content

Commit

Permalink
Revert "test Vercel adapter external field"
Browse files Browse the repository at this point in the history
This reverts commit 530409e.
  • Loading branch information
arackaf committed Jan 31, 2023
1 parent 530409e commit 3648889
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svelte-kit/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import preprocess from "svelte-preprocess";

/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess for more information about preprocessors
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),

kit: {
adapter: adapter({
external: ["@aws-sdk/client-lambda"]
external: []
}),
alias: {
$styles: "src/styles",
Expand Down

1 comment on commit 3648889

@vercel
Copy link

@vercel vercel bot commented on 3648889 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.