Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sjc5 committed Oct 24, 2023
1 parent ada88af commit 444c4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-hwy/__common/pages/_index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function () {

<p>
Click the button below to increment the number (my click handler is in{" "}
<code>src/pages/_index.client.tsx</code>):
<code>src/pages/_index.client.ts</code>):
</p>

<button id="increment-button" class="btn">
Expand Down
2 changes: 1 addition & 1 deletion testers/cf-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"hwy-prebuild": "tailwindcss -i src/styles/tw-input.css -o src/styles/tw-output.bundle.css",
"build": "hwy-build",
"build": "tsc --noEmit && hwy-build",
"start": "node dist/main.js",
"dev:serve": "hwy-dev-serve",
"dev:wrangler": "wrangler pages dev ./dist --compatibility-flag=\"nodejs_compat\" --port=5432 --live-reload",
Expand Down

0 comments on commit 444c4c0

Please sign in to comment.