添加 node adapter 和一些开发脚手架

This commit is contained in:
2026-03-27 01:49:30 +08:00
parent 1a6a880a49
commit 54c327ebb0
10 changed files with 3988 additions and 25 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts,astro,json,yml}]
indent_style = space
indent_size = 2
[*.css]
indent_style = space
indent_size = 4