[INIT] Initial Project Structure
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 2s

This commit is contained in:
Dunemask 2024-08-24 12:41:04 -06:00
commit 0fc5f05b6a
105 changed files with 10448 additions and 0 deletions

13
.prettierrc Normal file
View file

@ -0,0 +1,13 @@
printWidth: 130
semi: true
singleQuote: false
trailingComma: all
bracketSpacing: true
arrowParens: always
requirePragma: false
insertPragma: false
overrides:
- files: ["lib/router/ClientErrors.ts", "lib/router/routes/*.ts"]
options:
printWidth: 250