Skip to content

Commit

Permalink
chore: use deno
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 12, 2023
1 parent 73c4171 commit e554042
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"@types/mime-types": "^2.1.1",
"@unocss/preset-rem-to-px": "^0.54.2",
"@unocss/transformer-variant-group": "^0.54.2",
"solid-start-deno": "^0.3.2",
"solid-start-vercel": "^0.2.30",
"typescript": "^4.9.4",
"unocss": "^0.54.2",
Expand Down
24 changes: 21 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import path from "node:path";

import solid from "solid-start/vite";
import vercel from "solid-start-vercel";
import deno from "solid-start-deno";

import Icons from "unplugin-icons/vite";

Expand All @@ -11,7 +12,7 @@ import unocss from "unocss/vite";
export default defineConfig({
plugins: [
unocss(),
solid({ ssr: false, adapter: vercel() }),
solid({ ssr: false, adapter: deno() }),
Icons({ compiler: "solid" }),
],

Expand Down

0 comments on commit e554042

Please sign in to comment.