Skip to content

Commit

Permalink
update deno
Browse files Browse the repository at this point in the history
Signed-off-by: Twilight Sparkle <[email protected]>
  • Loading branch information
Twi committed Dec 8, 2023
1 parent 1e5546e commit 444407c
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 48 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"lock": false,
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"preact": "https://esm.sh/preact@10.18.1",
"preact/": "https://esm.sh/preact@10.18.1/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"std/": "https://deno.land/[email protected]/",
"@reading-time-estimator": "https://esm.sh/v113/[email protected]",
"$fresh/": "https://deno.land/x/fresh@1.5.4/",
"$fresh/": "https://deno.land/x/fresh@1.6.1/",
"$icons/": "https://deno.land/x/[email protected]/tsx/",
"$ttl": "https://deno.land/x/[email protected]/mod.ts",
"@twind/core": "https://esm.sh/v111/@twind/[email protected]",
Expand Down
92 changes: 47 additions & 45 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,59 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_500.tsx";
import * as $2 from "./routes/_app.tsx";
import * as $3 from "./routes/_middleware.tsx";
import * as $4 from "./routes/api/comments/[slug].ts";
import * as $5 from "./routes/api/joke.ts";
import * as $6 from "./routes/auth/callback.ts";
import * as $7 from "./routes/auth/signin.ts";
import * as $8 from "./routes/auth/signout.ts";
import * as $9 from "./routes/auth/whoami.tsx";
import * as $10 from "./routes/blog.rss.ts";
import * as $11 from "./routes/blog/[slug].tsx";
import * as $12 from "./routes/blog/_middleware.ts";
import * as $13 from "./routes/blog/index.tsx";
import * as $14 from "./routes/index.tsx";
import * as $15 from "./routes/sitemap.xml.ts";
import * as $16 from "./routes/xrpc/com.atproto.identity.resolveHandle.ts";
import * as $$0 from "./islands/Button.tsx";
import * as $$1 from "./islands/Comments.tsx";
import * as $$2 from "./islands/Counter.tsx";
import * as $$3 from "./islands/Input.tsx";
import * as $$4 from "./islands/MastodonShare.tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_500 from "./routes/_500.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.tsx";
import * as $api_comments_slug_ from "./routes/api/comments/[slug].ts";
import * as $api_joke from "./routes/api/joke.ts";
import * as $auth_callback from "./routes/auth/callback.ts";
import * as $auth_signin from "./routes/auth/signin.ts";
import * as $auth_signout from "./routes/auth/signout.ts";
import * as $auth_whoami from "./routes/auth/whoami.tsx";
import * as $blog_rss from "./routes/blog.rss.ts";
import * as $blog_slug_ from "./routes/blog/[slug].tsx";
import * as $blog_middleware from "./routes/blog/_middleware.ts";
import * as $blog_index from "./routes/blog/index.tsx";
import * as $index from "./routes/index.tsx";
import * as $sitemap_xml from "./routes/sitemap.xml.ts";
import * as $xrpc_com_atproto_identity_resolveHandle from "./routes/xrpc/com.atproto.identity.resolveHandle.ts";
import * as $Button from "./islands/Button.tsx";
import * as $Comments from "./islands/Comments.tsx";
import * as $Counter from "./islands/Counter.tsx";
import * as $Input from "./islands/Input.tsx";
import * as $MastodonShare from "./islands/MastodonShare.tsx";
import { type Manifest } from "$fresh/server.ts";

const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_500.tsx": $1,
"./routes/_app.tsx": $2,
"./routes/_middleware.tsx": $3,
"./routes/api/comments/[slug].ts": $4,
"./routes/api/joke.ts": $5,
"./routes/auth/callback.ts": $6,
"./routes/auth/signin.ts": $7,
"./routes/auth/signout.ts": $8,
"./routes/auth/whoami.tsx": $9,
"./routes/blog.rss.ts": $10,
"./routes/blog/[slug].tsx": $11,
"./routes/blog/_middleware.ts": $12,
"./routes/blog/index.tsx": $13,
"./routes/index.tsx": $14,
"./routes/sitemap.xml.ts": $15,
"./routes/xrpc/com.atproto.identity.resolveHandle.ts": $16,
"./routes/_404.tsx": $_404,
"./routes/_500.tsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.tsx": $_middleware,
"./routes/api/comments/[slug].ts": $api_comments_slug_,
"./routes/api/joke.ts": $api_joke,
"./routes/auth/callback.ts": $auth_callback,
"./routes/auth/signin.ts": $auth_signin,
"./routes/auth/signout.ts": $auth_signout,
"./routes/auth/whoami.tsx": $auth_whoami,
"./routes/blog.rss.ts": $blog_rss,
"./routes/blog/[slug].tsx": $blog_slug_,
"./routes/blog/_middleware.ts": $blog_middleware,
"./routes/blog/index.tsx": $blog_index,
"./routes/index.tsx": $index,
"./routes/sitemap.xml.ts": $sitemap_xml,
"./routes/xrpc/com.atproto.identity.resolveHandle.ts":
$xrpc_com_atproto_identity_resolveHandle,
},
islands: {
"./islands/Button.tsx": $$0,
"./islands/Comments.tsx": $$1,
"./islands/Counter.tsx": $$2,
"./islands/Input.tsx": $$3,
"./islands/MastodonShare.tsx": $$4,
"./islands/Button.tsx": $Button,
"./islands/Comments.tsx": $Comments,
"./islands/Counter.tsx": $Counter,
"./islands/Input.tsx": $Input,
"./islands/MastodonShare.tsx": $MastodonShare,
},
baseUrl: import.meta.url,
};
} satisfies Manifest;

export default manifest;

0 comments on commit 444407c

Please sign in to comment.