v3: added opengraph support to the app, wrote README instructions incl. a Docker image

This commit is contained in:
khannurien
2026-03-26 19:55:48 +00:00
parent 0cb5a798c7
commit ca70bdc14b
26 changed files with 551 additions and 120 deletions

View File

@@ -3,7 +3,7 @@
"dev": "deno run --env-file -A npm:vite & deno run -A server:start",
"build": "deno run --env-file -A npm:vite build",
"server:start": "deno run --env-file -A --watch api/main.ts",
"serve": "deno run --env-file -A build && deno run -A server:start"
"serve": "deno run build && deno run -A server:start"
},
"nodeModulesDir": "auto",
"compilerOptions": {