disable helmet and add esbuild

This commit is contained in:
Milo Schwartz
2024-10-06 11:13:50 -04:00
parent 282203d9f2
commit 3c69acaab7
12 changed files with 139 additions and 68 deletions

View File

@@ -1,7 +1,3 @@
export default function Page() {
return (
<>
<h1>Hello world</h1>
</>
);
return <></>;
}