We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc1c3d commit cdbdb40Copy full SHA for cdbdb40
MyApp/package.json
@@ -3,9 +3,6 @@
3
"postinstall": "node postinstall.js",
4
"dtos": "x mjs",
5
"dev": "dotnet watch",
6
- "ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7
- "ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
8
- "build": "npm run ui:build",
9
"migrate": "dotnet run --AppTasks=migrate",
10
"revert:last": "dotnet run --AppTasks=migrate.revert:last",
11
"revert:all": "dotnet run --AppTasks=migrate.revert:all",
0 commit comments