- [x] implement server framework plugin config - [x] new @mcflyjs/fastify package - [x] update readme re: pivot & target state - [x] new basic template Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/2 Co-authored-by: Ayo <ayo@ayco.io> Co-committed-by: Ayo <ayo@ayco.io>
22 lines
371 B
JSON
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
|
|
}
|
|
}
|