-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marcos Candeia <[email protected]>
- Loading branch information
Showing
16 changed files
with
19 additions
and
1,843 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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
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,4 +1,4 @@ | ||
import { forApp } from "@deco/deco"; | ||
import { forApp } from "@deco/deco/web"; | ||
import app from "./mod.ts"; | ||
|
||
export const Runtime = forApp<ReturnType<typeof app>>(); |
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,5 +1,8 @@ | ||
import { CSS, KATEX_CSS, render } from "@deno/gfm"; | ||
import "npm:[email protected]"; | ||
import { CSS, KATEX_CSS, render } from "https://deno.land/x/[email protected]/mod.ts"; | ||
import "https://esm.sh/[email protected]/components/prism-diff.js?no-check"; | ||
import "https://esm.sh/[email protected]/components/prism-jsx.js?no-check"; | ||
import "https://esm.sh/[email protected]/components/prism-tsx.js?no-check"; | ||
import "https://esm.sh/[email protected]/components/prism-typescript.js?no-check"; | ||
|
||
export const Markdown = async (path: string) => { | ||
const content = await fetch(path) | ||
|
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import type { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
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,4 +1,4 @@ | ||
import { proxy } from "@deco/deco"; | ||
import { proxy } from "@deco/deco/web"; | ||
import { Manifest } from "./manifest.gen.ts"; | ||
|
||
export const invoke = proxy<Manifest>(); |
Oops, something went wrong.