* init p2p-poll

This commit is contained in:
2026-03-18 20:09:20 +01:00
parent 4275cbd795
commit 7de7632101
10 changed files with 10294 additions and 0 deletions

11
p2p-poll/nuxt.config.ts Normal file
View File

@@ -0,0 +1,11 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
ssr: false,
vite: {
optimizeDeps: {
include: ['yjs', 'y-webrtc']
}
}
})