🔀 Merge branch 'dev' into tests/add-tests

This commit is contained in:
Manuel
2023-03-20 23:18:20 +01:00
11 changed files with 224 additions and 42 deletions

View File

@@ -11,6 +11,7 @@
"dev": "next dev",
"build": "vitest run && next build",
"analyze": "vitest run && ANALYZE=true next build",
"turbo" : "turbo run build",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "vitest run && next build && next export",
@@ -96,7 +97,7 @@
"jsdom": "^21.1.1",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"turbo": "^1.7.4",
"turbo": "^1.8.3",
"typescript": "^4.7.4",
"video.js": "^8.0.3",
"vitest": "^0.29.3",