mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47: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');
|
import preprocess from 'svelte-preprocess';
|
||||||
const node = require('@sveltejs/adapter-node');
|
import node from '@sveltejs/adapter-node';
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
module.exports = {
|
export default {
|
||||||
// Consult https://github.com/sveltejs/svelte-preprocess
|
// Consult https://github.com/sveltejs/svelte-preprocess
|
||||||
// for more information about preprocessors
|
// for more information about preprocessors
|
||||||
preprocess: preprocess(),
|
preprocess: preprocess(),
|
Loading…
Reference in New Issue
Block a user