0.9.7 • Published 4 months ago

bun-dev-server v0.9.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 months ago

0.9.6

5 months ago

0.9.5

5 months ago

0.9.4

5 months ago

0.9.3

5 months ago

0.9.2

5 months ago

0.9.1

5 months ago

0.9.0

6 months ago

0.8.0

6 months ago

0.7.1

6 months ago

0.7.0

6 months ago

0.6.0

6 months ago

0.5.0

8 months ago

0.3.0

8 months ago

0.4.0

8 months ago

0.2.0

8 months ago

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.3

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.6

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago