Frontend Basics

This commit is contained in:
js0ny 2025-12-04 17:21:23 +00:00
parent fde16fa283
commit 3bbfed11fa
28 changed files with 2780 additions and 7 deletions

View file

@ -0,0 +1,9 @@
import { svelte } from '@sveltejs/vite-plugin-svelte';
export default {
plugins: [svelte()],
server: {
port: 4173,
strictPort: true
}
};