Initialisation

Added the packages and files for the backend server
This commit is contained in:
jackbeeby
2024-12-15 17:48:45 +11:00
parent 25066e1ee8
commit b412dfe2ca
2732 changed files with 330572 additions and 0 deletions

27
node_modules/loglevel/.editorconfig generated vendored Normal file
View File

@@ -0,0 +1,27 @@
# EditorConfig defines and maintains consistent coding styles between different
# editors and IDEs: http://EditorConfig.org/
# Top-most EditorConfig file
root = true
# All files
[*.*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 80
[*.md]
indent_size = 2
[*.json]
indent_size = 2
[*.{yaml,yml}]
indent_size = 2
[vendor/grunt-template-jasmine-requirejs/**/*]
indent_size = 2