Skip to content

Commit

Permalink
update fresh and env example
Browse files Browse the repository at this point in the history
  • Loading branch information
quick007 committed Dec 11, 2023
1 parent 9e1f46c commit 04d3c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ALLOWED_EMAILS=["[email protected]","[email protected]"]
# Imagekit credentials
# To disable Imagekit delete these 3 variables
IMAGEKIT_PUBLIC_KEY=<imagekit public key>
IMAGEKIT_PRIVATE_KEY=<imagekit private key>
IMAGEKIT_URL_ENDPOINT=<imagekit url>
IMAGEKIT_PUBLIC_KEY=<imagekit public key> (i.e. "public_...")
IMAGEKIT_PRIVATE_KEY=<imagekit private key> (i.e. "private_...")
IMAGEKIT_URL_ENDPOINT=<imagekit url> (i.e. "https://ik.imagekit.io/...")
4 changes: 1 addition & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"lint": { "rules": { "tags": ["fresh", "recommended"] } },
"imports": {
"$fresh/": "https://deno.land/x/[email protected].0/",
"$fresh/": "https://deno.land/x/[email protected].1/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
Expand All @@ -23,8 +23,6 @@
"yup": "https://esm.sh/[email protected]",
"imagekit": "npm:[email protected]",
"barcode-polyfill": "https://esm.sh/[email protected]",

// Tailwind my beloved
"tailwindcss": "npm:[email protected]",
"tailwindcss/": "npm:/[email protected]/",
"tailwindcss/plugin": "npm:/[email protected]/plugin.js",
Expand Down

0 comments on commit 04d3c30

Please sign in to comment.