-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit a263d08.
- Loading branch information
yossydev
committed
Feb 23, 2024
1 parent
09d980f
commit a005255
Showing
6 changed files
with
36 additions
and
69 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { createClient } from "honox/client"; | ||
import { createClient } from 'honox/client' | ||
|
||
createClient(); | ||
createClient() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,28 @@ | ||
{ | ||
"name": "blog", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build --mode client && vite build", | ||
"preview": "wrangler pages dev ./dist", | ||
"deploy": "$npm_execpath run build && wrangler pages deploy ./dist", | ||
"format": "biome format . --write", | ||
"lint": "biome lint .", | ||
"check": "biome check --apply ." | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"hono": "^4.0.5", | ||
"honox": "^0.1.4" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@cloudflare/workers-types": "^4.20240208.0", | ||
"@hono/vite-cloudflare-pages": "^0.2.4", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"autoprefixer": "^10.4.17", | ||
"eslint": "^8.56.0", | ||
"postcss": "^8.4.35", | ||
"tailwindcss": "^3.4.1", | ||
"vite": "^5.0.12", | ||
"wrangler": "^3.27.0" | ||
} | ||
"name": "blog", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build --mode client && vite build", | ||
"preview": "wrangler pages dev ./dist", | ||
"deploy": "$npm_execpath run build && wrangler pages deploy ./dist", | ||
"format": "biome format . --write", | ||
"lint": "biome lint .", | ||
"check": "biome check --apply ." | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"hono": "^4.0.5", | ||
"honox": "^0.1.4" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@cloudflare/workers-types": "^4.20240208.0", | ||
"@hono/vite-cloudflare-pages": "^0.2.4", | ||
"autoprefixer": "^10.4.17", | ||
"postcss": "^8.4.35", | ||
"tailwindcss": "^3.4.1", | ||
"vite": "^5.0.12", | ||
"wrangler": "^3.27.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters