chore(packages/stdlib): add bench script, add vscode workspace

This commit is contained in:
2024-04-11 00:10:16 +07:00
parent d8a9a62335
commit e9b8b0c78d
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -39,7 +39,8 @@
},
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage",
"test:coverage": "vitest run --coverage",
"test:bench": "vitest bench",
"dev": "vite",
"build": "vite build"
},
+10
View File
@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "."
},
{
"path": "packages/stdlib"
}
]
}