alpha release

update v0.8.0
This commit is contained in:
2026-03-17 22:49:38 -04:00
commit 63a91931da
157 changed files with 10951 additions and 0 deletions

38
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"prettier.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"prettier.requireConfig": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.unusualLineTerminators": "off",
"cSpell.words": [
"blakejs",
"dotenv",
"eslintcache",
"itsericwoodward",
"jspm",
"nodenext",
"noframe",
"noopener",
"noreferrer",
"pgpkey",
"pids",
"TWTKPR",
"twts",
"Twttr",
"twtxt",
"uuidv",
"wscript"
],
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
}
}