cleaned up issue in svelte config

This commit is contained in:
Nathan Sarrazin 2023-03-21 07:28:12 +01:00
parent 3f0019de38
commit 5ae05671d1
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<script lang="ts">
import { navigating } from "$app/stores";
import type { PageData } from "./$types";
import { enhance } from "$app/forms";

View File

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-node';
import adapter from '@sveltejs/adapter-auto';
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */