chore: update svelte config

This commit is contained in:
Damillora 2021-05-12 06:25:54 +07:00
parent 464d8974a6
commit b821c18432
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
const preprocess = require('svelte-preprocess');
const node = require('@sveltejs/adapter-node');
import preprocess from 'svelte-preprocess';
import node from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
module.exports = {
export default {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),