vite-plugin-symfony
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "vite-plugin-symfony", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A Vite plugin to integrate easily Vite in your Symfony application", | ||
@@ -120,3 +120,4 @@ "type": "module", | ||
"scripts": { | ||
"dev": "tsx ./scripts/pre-dev.ts && tsup --watch", | ||
"predev": "tsx ./scripts/pre-dev.ts", | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
@@ -123,0 +124,0 @@ "test": "vitest", |
299783