frontend init

This commit is contained in:
2025-09-06 01:27:54 +02:00
parent 4afa972696
commit 664f444222
28 changed files with 8347 additions and 0 deletions

7
frontend/.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true