Skip to content

Commit

Permalink
Rename svelte.config.ts -> svelte.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieGoodson committed Oct 13, 2023
1 parent 741972e commit 7395ce7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svelte.config.ts → svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import adapter from '@sveltejs/adapter-vercel';
import { Config } from '@sveltejs/kit';

const config: Config = {
const config = {
kit: {
adapter: adapter()
}
Expand Down

0 comments on commit 7395ce7

Please sign in to comment.