FastGPT/projects/sandbox
Archer 092bb9ab17
Some checks failed
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Has been cancelled
Deploy image to vercel / deploy-production (push) Has been cancelled
Deploy image by kubeconfig / update-docs-image (push) Has been cancelled
feat: sandbox support str to base64 function;feat: compiance text ui (#2702)
* feat: sandbox strToBase64 function

* feat: compiance text ui
2024-09-13 17:54:22 +08:00
..
src feat: sandbox support str to base64 function;feat: compiance text ui (#2702) 2024-09-13 17:54:22 +08:00
test Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.dockerignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.eslintrc.js Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
.gitignore Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
Dockerfile Plugin runtime (#2050) 2024-07-15 22:50:48 +08:00
README.md Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
nest-cli.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
package.json 4.8.8 test fix (#2143) 2024-07-24 16:02:53 +08:00
tsconfig.build.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
tsconfig.json Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.