Begin work on landing

This commit is contained in:
Timothy Pidashev
2024-03-09 03:37:15 -08:00
parent cb2ac819e0
commit d3c260a0fa
27 changed files with 1139 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["public/*"]
}
}
}