initial commit - setup dialog and magic link login

This commit is contained in:
2024-03-30 00:30:13 -06:00
commit 56e660f49d
41 changed files with 7681 additions and 0 deletions

11
tsconfig.vitest.json Normal file
View File

@ -0,0 +1,11 @@
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"lib": [],
"types": ["node", "jsdom"]
}
}