mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
|
|
|
|
export default {
|
|
preprocess: vitePreprocess(),
|
|
compilerOptions: {
|
|
runes: true,
|
|
},
|
|
}
|