mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
chore: update svelte config
This commit is contained in:
parent
464d8974a6
commit
b821c18432
@ -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(),
|
Loading…
Reference in New Issue
Block a user