This commit is contained in:
eric
2026-03-12 19:50:25 -05:00
parent ffa5043daf
commit 37d0883ce9
22 changed files with 688 additions and 236 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3000 -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint"
@@ -12,8 +12,6 @@
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@aws-sdk/client-s3": "^3.1004.0",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"github-markdown-css": "^5.6.1",
"highlight.js": "^11.11.1",
"marked": "^14.1.2",