FastGPT/projects/sandbox
dependabot[bot] 068918a9ee
chore(deps): bump fastify from 4.29.0 to 4.29.1 (#4973)
Bumps [fastify](https://github.com/fastify/fastify) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.29.0...v4.29.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 4.29.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 15:06:57 +08:00
..
src update python sandbox for safe (#4958) 2025-06-04 16:02:28 +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 Python Sandbox (#4380) 2025-03-28 13:45:09 +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 chore(deps): bump fastify from 4.29.0 to 4.29.1 (#4973) 2025-06-09 15:06:57 +08:00
requirements.txt Python Sandbox (#4380) 2025-03-28 13:45:09 +08:00
testSystemCall.sh Python Sandbox (#4380) 2025-03-28 13:45:09 +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.