0.9.7 • Published 5 months ago

bun-dev-server v0.9.7

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Bun Dev Server

//devserver.ts
import {startBunDevServer} from "bun-dev-server"

startBunDevServer({
    buildConfig: {
        entrypoints: ["./src/app.ts"],
        outdir: "dist",
        splitting: true,
        naming: {
            asset: "assets/[name]-[hash].[ext]",
            chunk: "chunks/[name]-[hash].[ext]",
        }
    },
    cleanServePath: true,
    port: 4567,
    enableTypeScriptWatch: true,
    watchDir: "./src",
})
bun run devserver.ts
0.9.7

5 months ago

0.9.6

5 months ago

0.9.5

6 months ago

0.9.4

6 months ago

0.9.3

6 months ago

0.9.2

6 months ago

0.9.1

6 months ago

0.9.0

6 months ago

0.8.0

7 months ago

0.7.1

7 months ago

0.7.0

7 months ago

0.6.0

7 months ago

0.5.0

9 months ago

0.3.0

9 months ago

0.4.0

9 months ago

0.2.0

9 months ago

0.1.0

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.3

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.6

10 months ago

0.0.2

11 months ago

0.0.1

11 months ago