Created
January 17, 2024 09:53
-
-
Save KorigamiK/e7de7d85c9b2352697e72440b2755b1c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"lock": false, | |
"tasks": { | |
"start": "deno run -A --watch=static/,routes/ dev.ts", | |
"update": "deno run -A -r https://fresh.deno.dev/update ." | |
}, | |
"imports": { | |
"$fresh/": "https://deno.land/x/[email protected]/", | |
"preact": "https://esm.sh/[email protected]", | |
"preact/": "https://esm.sh/[email protected]/", | |
"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]", | |
"twind": "https://esm.sh/[email protected]", | |
"twind/": "https://esm.sh/[email protected]/", | |
"$std/": "https://deno.land/[email protected]/" | |
}, | |
"compilerOptions": { | |
"jsx": "react-jsx", | |
"jsxImportSource": "preact" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment