fix: chatgpt prompts

This commit is contained in:
2024-06-21 11:36:23 +02:00
parent 0adce93c81
commit 9fc57d45b5
10 changed files with 27 additions and 32 deletions

View File

@@ -10,25 +10,27 @@
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"imports": {
"typesense": "https://raw.githubusercontent.com/bradenmacdonald/typesense-deno/main/mod.ts",
"yaml": "https://deno.land/std@0.197.0/yaml/mod.ts",
"@lib": "./lib",
"@lib/": "./lib/",
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"@components": "./components",
"@components/": "./components/",
"@islands": "./islands",
"@islands/": "./islands/",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts",
"$fresh/": "https://deno.land/x/fresh@1.6.8/",
"preact": "https://esm.sh/preact@10.19.6",
"preact/": "https://esm.sh/preact@10.19.6/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2",
"@lib": "./lib",
"@lib/": "./lib/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"$std/": "https://deno.land/std@0.193.0/",
"@std/dotenv": "jsr:@std/dotenv@^0.224.0",
"@std/http": "jsr:@std/http@^0.224.5",
"@std/yaml": "jsr:@std/yaml@^0.224.1",
"preact": "https://esm.sh/preact@10.19.6",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.2",
"preact/": "https://esm.sh/preact@10.19.6/",
"tailwindcss": "npm:tailwindcss@3.3.5",
"tailwindcss/": "npm:/tailwindcss@3.3.5/",
"tailwindcss/plugin": "npm:/tailwindcss@3.3.5/plugin.js"
"tailwindcss/plugin": "npm:/tailwindcss@3.3.5/plugin.js",
"typesense": "https://raw.githubusercontent.com/bradenmacdonald/typesense-deno/main/mod.ts",
"yaml": "https://deno.land/std@0.197.0/yaml/mod.ts",
"zod": "https://deno.land/x/zod@v3.21.4/mod.ts"
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"exclude": ["**/_fresh/*"]