Public
Like
basic_site
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
server.tsx
https://Koolala--20f463e5130d49eead422e886cd71706.web.val.run
Can you include a normal script?
import { serveDir } from "https://deno.land/std@0.224.0/http/file_server.ts";
export default function httpHandler(req: Request): Promise { return serveDir(req, { fsRoot: "", // Serve from the current directory urlRoot: "", // Serve files from the root of the URL showDirListing: true, // Optional: display directory contents enableCors: true, // Optional: enable CORS for all responses }); }