mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-04-29 02:47:26 +09:00
add files to package.json
This commit is contained in:
parent
85a7f47539
commit
221400ba70
@ -5,6 +5,11 @@
|
||||
"main": "built/index.js",
|
||||
"packageManager": "pnpm@7.26.0",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"built",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"watch": "swc src -d built -D -w & fastify start -w -l info -P ./built/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user