eb7d5c594e
* feat: make single file upload to attachment available * fix: change file name case * feat: refactor structure and make local server work * test: skip bug case temporarily * fix: use middleware to load storage static server * fix: change meta from values to request.body back and refactor local server middleware * adjust details * http: Co-authored-by: chenos <chenlinxh@gmail.com> |
||
---|---|---|
.. | ||
mock | ||
src | ||
.editorconfig | ||
.env.example | ||
.fatherrc.ts | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.umirc.ts | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
typings.d.ts |
NocoBase Application
Getting Started
Install dependencies,
$ yarn install
Start the dev server,
$ yarn start