@bonsae/create-nrg
Advanced tools
| import { defineConfig } from "vitest/config"; | ||
| export default defineConfig({ | ||
| test: { | ||
| include: ["tests/**/*.test.ts"], | ||
| }, | ||
| }); |
+1
-1
| { | ||
| "name": "@bonsae/create-nrg", | ||
| "version": "0.3.0", | ||
| "version": "0.4.0", | ||
| "description": "Scaffold a new NRG project for Node-RED", | ||
@@ -5,0 +5,0 @@ "author": "Allan Oricil <allanoricil@duck.com>", |
@@ -25,2 +25,4 @@ { | ||
| "format:check": "prettier --check \"src/**/*.{ts,vue,json}\"", | ||
| "test": "vitest run", | ||
| "test:watch": "vitest", | ||
| "tsc:client": "tsc -p src/client/tsconfig.json", | ||
@@ -59,4 +61,5 @@ "tsc:server": "tsc -p src/server/tsconfig.json", | ||
| "vite": "^6.3.4", | ||
| "vitest": "^4.1.5", | ||
| "vue": "^3.5.14" | ||
| } | ||
| } |
17495
1.22%31
3.33%