Skip to content

Commit

Permalink
chore: cleanup svelte config example
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 9, 2023
1 parent caa6242 commit 9807344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/sveltekit-ts/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import preprocess from 'svelte-preprocess';
import { generateSW } from './pwa.mjs'
import { adapter } from './adapter.mjs'

console.log(generateSW)

/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
Expand Down

0 comments on commit 9807344

Please sign in to comment.