feat: post build script for opengraph

This commit is contained in:
2026-04-25 20:45:20 +02:00
parent 9162c149c4
commit 7885d22194
8 changed files with 124 additions and 21 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"vitest.config.*",
"cypress.config.*",
"playwright.config.*",
"eslint.config.*"
"eslint.config.*",
"post-build.ts"
],
"compilerOptions": {
// Most tools use transpilation instead of Node.js's native type-stripping.