0.9.7 • Published 7 months ago
bun-dev-server v0.9.7
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
7 months ago
0.9.6
7 months ago
0.9.5
7 months ago
0.9.4
7 months ago
0.9.3
7 months ago
0.9.2
8 months ago
0.9.1
8 months ago
0.9.0
8 months ago
0.8.0
8 months ago
0.7.1
8 months ago
0.7.0
8 months ago
0.6.0
8 months ago
0.5.0
10 months ago
0.3.0
10 months ago
0.4.0
10 months ago
0.2.0
10 months ago
0.1.0
11 months ago
0.0.9
11 months ago
0.0.8
11 months ago
0.0.7
11 months ago
0.0.3
11 months ago
0.0.5
11 months ago
0.0.4
11 months ago
0.0.6
11 months ago
0.0.2
1 year ago
0.0.1
1 year ago