We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76953f commit 9f41d71Copy full SHA for 9f41d71
src/main.tsx
@@ -7,6 +7,8 @@ import App from './App.tsx'
7
import './index.css'
8
9
callNow(async () => {
10
+ console.log('Github repo https://github.com/VickScarlet/deadline')
11
+ console.log('Code by VickScarlet https://github.com/VickScarlet')
12
await initDatabase()
13
await initData()
14
createRoot(document.body).render(
0 commit comments