mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
|
import { listenAndServe } from "./http/server";
|
||
|
|
||
|
listenAndServe({ port: 8080 }, async (req) => {
|
||
|
|
||
|
});
|