This commit is contained in:
2026-01-29 19:47:55 +01:00
parent 506c8682fe
commit be9f9cf483
42 changed files with 756 additions and 2 deletions

View File

@@ -65,7 +65,13 @@
"test": "vitest run --passWithNoTests",
"test:og": "vitest run tests/og-image.test.ts",
"pdf:datasheets": "tsx ./scripts/generate-pdf-datasheets.ts",
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts"
"pdf:datasheets:legacy": "tsx ./scripts/generate-pdf-datasheets-pdf-lib.ts",
"cms:dev": "docker-compose up -d cms cms-db",
"cms:stop": "docker-compose stop cms cms-db",
"cms:logs": "docker-compose logs -f cms",
"cms:export": "./scripts/strapi-sync.sh export",
"cms:import": "./scripts/strapi-sync.sh import",
"cms:migrate": "tsx ./scripts/migrate-to-strapi.ts"
},
"version": "1.0.0"
}