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,
database: true,
analytics: true,
workers: true,
},
// Nuxt Content

View File

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