mirror of
https://github.com/harivansh-afk/system-design.git
synced 2026-04-17 05:00:21 +00:00
claude one shot lol
This commit is contained in:
parent
7964b78a3a
commit
1ab3058cca
27 changed files with 5218 additions and 0 deletions
6
vite.config.ts
Normal file
6
vite.config.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue