chore: 开发流程使用 esbuild

This commit is contained in:
xream
2024-02-03 21:30:27 +08:00
parent 02d54208b0
commit ae1c738f70
4 changed files with 39 additions and 3 deletions

View File

@@ -84,15 +84,25 @@ Install `pnpm`
Go to `backend` directories, install node dependencies:
```
pnpm install
pnpm i
```
1. In `backend`, run the backend server on http://localhost:3000
babel(old school)
```
pnpm start
```
or
esbuild(experimental)
```
pnpm run --parallel "/^dev:.*/"
```
## LICENSE
This project is under the GPL V3 LICENSE.