Remove workers

This commit is contained in:
2025-04-19 19:12:06 +02:00
parent 1cb002860d
commit cf89f50044
2 changed files with 0 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ export default defineNuxtConfig({
kv: true, kv: true,
database: true, database: true,
analytics: true, analytics: true,
workers: true,
}, },
// Nuxt Content // Nuxt Content

View File

@@ -1,6 +1,5 @@
{ {
"name": "artsite", "name": "artsite",
"type": "module",
"private": true, "private": true,
"packageManager": "pnpm@10.8.1", "packageManager": "pnpm@10.8.1",
"scripts": { "scripts": {