Погнали
Some checks failed
Deploy / server (push) Failing after 9s

closes #1
This commit is contained in:
Никита Круглицкий
2025-10-01 18:40:12 +06:00
commit 1d2b14d4c1
46 changed files with 15629 additions and 0 deletions

16
client/nuxt.config.ts Normal file
View File

@@ -0,0 +1,16 @@
export default defineNuxtConfig({
compatibilityDate: '2025-09-29',
devtools: { enabled: true },
ssr: false,
devServer: {
// host: '0',
},
vite: {
clearScreen: false,
envPrefix: ['VITE_', 'TAURI_'],
server: {
strictPort: true,
},
},
ignore: ['**/src-tauri/**'],
})