Files
sludge-link/vite.config.js
T
will f8b9dcce8e doing a clean wipe to touch up the sludge links
I suppose I should do a profile here.
2026-06-13 01:22:56 -05:00

10 lines
171 B
JavaScript

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
server:{
port: 4242
}
});