Sélectionner une révision Git
-
Alexandre Morignot a rédigé
The date and the sender_irc are attached to the channel, not the content.
Alexandre Morignot a rédigéThe date and the sender_irc are attached to the channel, not the content.
vite.config.ts 175 o
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()]
})