feat: добавить серверную генерацию спрайтов

This commit is contained in:
2026-07-16 09:14:11 +03:00
parent e9ae91815a
commit 57342fae4e
379 changed files with 3108 additions and 655 deletions

View File

@@ -7,7 +7,7 @@
"apps/*"
],
"scripts": {
"generate": "node scripts/run-workspaces.mjs sprites",
"generate": "node scripts/generate-sprites.mjs",
"typecheck": "node scripts/run-workspaces.mjs typecheck",
"build": "node scripts/run-workspaces.mjs build",
"test:e2e": "playwright test",