+ {text}
+
+ This is a really nice website. I'm glad you like it.
+
+
+ >
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 25b7495..d8c569e 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,10 @@
"start": "bun src/server.ts",
"dev": "bun --hot src/server.ts"
},
+ "alias": {
+ "@utils": "./src/utils.tsx",
+ "@/*": "./src/*"
+ },
"devDependencies": {
"@types/bun": "latest"
},
diff --git a/src/utils.tsx b/src/utils.tsx
index 844a5ea..84ac7f7 100644
--- a/src/utils.tsx
+++ b/src/utils.tsx
@@ -45,3 +45,23 @@ export async function transpile(path: string): Promise