mcfly/.vscode/settings.json
Ayo 08c2497fab feat: use fastify as server
- remove nitropack
- new @mcflyjs/fastify package
- test-core workspace for testing the new setup
2026-05-25 22:43:15 +02:00

22 lines
371 B
JSON

{
"js/ts.implicitProjectConfig.checkJs": true,
"cSpell.words": [
"citty",
"consola",
"estree",
"giget",
"hookable",
"mcfly",
"mcflyjs",
"ultrahtml",
"unstorage"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/coverage": true
}
}