This commit is contained in:
DecDuck
2025-08-01 16:26:27 +10:00
committed by GitHub
parent 442f940cc4
commit 545a6b154a
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
"private": true,
"type": "module",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=22.16.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",