feat(usable): package gui-host validation snapshot
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -2,7 +2,7 @@ import { createServer } from "node:http";
|
||||
import { readFile } from "node:fs/promises";
|
||||
import { extname, join, normalize } from "node:path";
|
||||
|
||||
const root = new URL("./prototype/", import.meta.url);
|
||||
const root = new URL("./", import.meta.url);
|
||||
const port = Number(process.env.GUI_PREVIEW_PORT || 4173);
|
||||
|
||||
const contentTypes = {
|
||||
|
||||
Reference in New Issue
Block a user