Add logic tree computation and item enchantment.

This commit is contained in:
2026-01-26 00:05:05 +01:00
parent 777443471c
commit e9a892076d
6 changed files with 325 additions and 288 deletions

View File

@@ -156,8 +156,8 @@ export default defineNuxtConfig({
security: {
rateLimiter: {
headers: true,
interval: 1000,
tokensPerInterval: 5
interval: 100,
tokensPerInterval: 3
},
}
},
@@ -183,6 +183,8 @@ export default defineNuxtConfig({
security: {
rateLimiter: {
headers: true,
interval: 1000,
tokensPerInterval: 10
},
headers: {
contentSecurityPolicy: {