-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump + trying the postinstall banner
- Loading branch information
David Fahlander
committed
Dec 4, 2024
1 parent
319056a
commit 3e5c7b0
Showing
2 changed files
with
26 additions
and
2 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
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,23 @@ | ||
const banner = ` | ||
/$$ /$$ /$$ /$$ /$$ | ||
| $$ | $$ | $$ | $$ | $$ | ||
| $$ | $$ /$$$$$$ /$$$$$$$| $$ /$$ /$$$$$$ /$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$ | ||
| $$$$$$$$ |____ $$ /$$_____/| $$ /$$/ |____ $$|_ $$_/ | $$__ $$ /$$__ $$| $$__ $$ | ||
| $$__ $$ /$$$$$$$| $$ | $$$$$$/ /$$$$$$$ | $$ | $$ \\ $$| $$ \\ $$| $$ \\ $$ | ||
| $$ | $$ /$$__ $$| $$ | $$_ $$ /$$__ $$ | $$ /$$| $$ | $$| $$ | $$| $$ | $$ | ||
| $$ | $$| $$$$$$$| $$$$$$$| $$ \\ $$| $$$$$$$ | $$$$/| $$ | $$| $$$$$$/| $$ | $$ | ||
|__/ |__/ \\_______/ \\_______/|__/ \\__/ \\_______/ \\___/ |__/ |__/ \\______/ |__/ |__/ | ||
π Welcomne to Dexie.js Hackathon! π | ||
π Date: January 3, 2025 | ||
π Start coding with Dexie Cloud and win prices! | ||
For more information: https://dexie.com/hackathon | ||
Good luck! π`; | ||
|
||
console.log(banner); |