Skip to content
/ deepkit-bun Public template

Just short example of Deepkit working with bun.

Notifications You must be signed in to change notification settings

nxy7/deepkit-bun

Repository files navigation

Deepkit Framework + Bun starter

Steps to reproduce this repo

  • bun create @deepkit/app
  • bun install @deepkit/type @deepkit/type-compiler @deepkit/core @deepkit/bun typescript
  • add 'bunfig.toml' according to https://socket.dev/npm/package/@deepkit/bun
  • bun install -D @types/bun (needed for build.ts file)
  • create 'build.ts' file for bun bundler (feel free to copy mine)
preload = ["@deepkit/bun"]

[install]
peer = true

[test]
preload = ["@deepkit/bun"]

Available commands

  • bun run app
  • bun run build - bundles the app into ./out/app.ks

About

Just short example of Deepkit working with bun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published