add solid-start support

This commit is contained in:
Gregor Lohaus
2026-04-15 22:56:25 +02:00
parent 462866b8f2
commit e35a038f09
453 changed files with 394 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import { createRouter } from "@<@var(context.project.name)>/rpc"
const router = createRouter("http://127.0.0.1:8080")
export const getRouter = () => {
return router;
}