Set dev mode auth headers

This commit is contained in:
2024-02-03 18:23:46 -07:00
parent e69f9dc2d8
commit fc3cf92dcf
5 changed files with 128 additions and 96 deletions

View File

@@ -2,11 +2,16 @@ root = true
[*.tsx]
indent_style = tab
indent_size = 2
[*.ts]
indent_style = tab
indent_size = 2
[*.json]
end_of_line = lf
charset = utf-8
indent_style = space
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true