-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0bc8a4e
commit 1ac9927
Showing
3 changed files
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<footer class="bg-gray-100 flex items-center justify-center py-4 text-gray-500"> | ||
<p> | ||
Made by <a | ||
class="underline text-gray-600 decoration-gray-300 underline-offset-4 transition-colors focus:decoration-gray-500 focus:outline-offset-6 hover:decoration-orange-300" | ||
href="https://github.com/mateoroldos" | ||
target="_blank">mateoroldos</a | ||
> | ||
and | ||
<a | ||
class="underline text-gray-600 decoration-gray-300 underline-offset-4 transition-colors focus:decoration-gray-500 focus:outline-offset-6 hover:decoration-orange-300" | ||
href="https://emestudio.xyz/" | ||
target="_blank">eme studio</a | ||
>. | ||
</p> | ||
</footer> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name = "Tokenbase" | ||
main = "src/index.ts" | ||
compatibility_date = "2022-11-07" | ||
node_compat = true | ||
|
||
[[ d1_databases ]] | ||
binding = "DB" | ||
database_name = "YOUR DB NAME" | ||
database_id = "YOUR DB ID" |