mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-25 02:58:40 +08:00
16 lines
154 B
Markdown
16 lines
154 B
Markdown
# Upload Server
|
|
|
|
Simple file upload service for testing file upload components.
|
|
|
|
## Usage
|
|
|
|
```js
|
|
|
|
cs ./test/upload-server
|
|
|
|
yarn install
|
|
|
|
node app.js
|
|
|
|
```
|