forked from Hri7566/mpp-server-dev2
Update README.md and remove npm scripts
This commit is contained in:
parent
60f76a1594
commit
c2eb3e2910
10
README.md
10
README.md
|
@ -47,16 +47,10 @@ The commit history includes BopItFreak's server because this server is (debatabl
|
||||||
$ bunx prisma db push
|
$ bunx prisma db push
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Build
|
5. Run
|
||||||
|
|
||||||
```
|
```
|
||||||
$ bun run build
|
$ bun .
|
||||||
```
|
|
||||||
|
|
||||||
6. Run
|
|
||||||
|
|
||||||
```
|
|
||||||
$ bun start
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Hri7566's MPP Server",
|
"description": "Hri7566's MPP Server",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
|
||||||
"start": "bun .",
|
|
||||||
"build": "bun build ./src/index.ts --outdir=out",
|
|
||||||
"dev": "bun run src/index.ts"
|
|
||||||
},
|
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Hri7566",
|
"author": "Hri7566",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Reference in New Issue