mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 19:45:14 +00:00
10 lines
216 B
TypeScript
10 lines
216 B
TypeScript
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
|
import { defineConfig } from 'vite'
|
|
import RubyPlugin from 'vite-plugin-ruby'
|
|
|
|
export default defineConfig({
|
|
plugins: [
|
|
svelte(),
|
|
RubyPlugin(),
|
|
],
|
|
})
|