Added deep seek

This commit is contained in:
2026-01-20 17:28:36 +03:00
parent 0a2ad40581
commit 065adb8494
17 changed files with 2283 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})