Update Dockerfile, README, and package.json for project renaming and dependency adjustments
This commit is contained in:
parent
4f02e4a512
commit
0e56d0fc65
4 changed files with 680 additions and 4 deletions
|
|
@ -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 ."
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue