forked from seth/ipv4.army
10 lines
No EOL
175 B
TypeScript
10 lines
No EOL
175 B
TypeScript
import index from "./src/index.html";
|
|
|
|
Bun.serve({
|
|
routes: {
|
|
"/": index,
|
|
},
|
|
development: true,
|
|
});
|
|
|
|
console.log("Server started on http://localhost:3000"); |