mirror of
https://github.com/misskey-dev/media-proxy.git
synced 2025-04-29 10:57:30 +09:00
add files to package.json
This commit is contained in:
parent
85a7f47539
commit
221400ba70
@ -5,6 +5,11 @@
|
|||||||
"main": "built/index.js",
|
"main": "built/index.js",
|
||||||
"packageManager": "pnpm@7.26.0",
|
"packageManager": "pnpm@7.26.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"files": [
|
||||||
|
"built",
|
||||||
|
"LICENSE",
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc -p tsconfig.json",
|
"build": "tsc -p tsconfig.json",
|
||||||
"watch": "swc src -d built -D -w & fastify start -w -l info -P ./built/index.js",
|
"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