Skip to content

Commit

Permalink
rm server/client from template
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 7, 2024
1 parent 4f46f34 commit bc29d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-pigs-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-domco": patch
---

rm server and client from starter template
12 changes: 0 additions & 12 deletions packages/create-domco/src/template/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@ dist-ssr
</html>
`,
},
{
name: `src/+server.${lang}`,
contents: `import { Hono } from "hono";
const app = new Hono();
app.get("/", (c) => c.html(c.var.page()));
export default app;
`,
},
{ name: `src/+client.${lang}`, contents: `console.log("hello world");\n` },
{
name: `src/${styleFileName}`,
contents: tailwind
Expand Down

0 comments on commit bc29d39

Please sign in to comment.