forked from seth/ipv4.army
Init website
This commit is contained in:
parent
ec5e3ffbc4
commit
e4a18bfba9
10 changed files with 492 additions and 0 deletions
10
index.ts
Normal file
10
index.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
import index from "./src/index.html";
|
||||
|
||||
Bun.serve({
|
||||
routes: {
|
||||
"/": index,
|
||||
},
|
||||
development: true,
|
||||
});
|
||||
|
||||
console.log("Server started on http://localhost:3000");
|
Loading…
Add table
Add a link
Reference in a new issue