Update Dockerfile, README, and package.json for project renaming and dependency adjustments

This commit is contained in:
암냥 2025-12-11 01:25:23 +09:00
commit 0e56d0fc65
No known key found for this signature in database
4 changed files with 680 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "bun run ./src/index.ts",
"dev": "bun --hot run ./src/index.ts",
"build": "bun build ./src/index.ts --outfile yanmang --compile --minify",
"build": "bun build ./src/index.ts --outfile memos-rss --compile --minify",
"lint": "biome check .",
"lint:fix": "biome format ."
},