We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aaf1bc + 517d1db commit 8dc4b20Copy full SHA for 8dc4b20
1 file changed
examples/astro-basic/src/app/root.tsx
@@ -1,7 +1,8 @@
1
import { server$ } from "@tanstack/bling";
2
3
+const sayHello = server$(() => console.log("Hello world"));
4
+
5
export function App() {
- let sayHello = server$(() => console.log("Hello world"));
6
return (
7
<html>
8
<head>
0 commit comments