Skip to content

Commit 7bb4ebf

Browse files
committed
change to use tailwindcss@v3
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 779f8aa commit 7bb4ebf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

AiServer/Configure.Auth.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using ServiceStack.Auth;
22
using AiServer.ServiceInterface;
3+
using ServiceStack.Html;
34

45
[assembly: HostingStartup(typeof(ConfigureAuth))]
56

AiServer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"postinstall": "node postinstall.js && npm run migrate",
44
"dtos": "x mjs",
55
"dev": "dotnet watch",
6-
"ui:dev": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7-
"ui:build": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
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",
88
"build": "npm run ui:build",
99
"migrate": "dotnet run --AppTasks=migrate",
1010
"revert:last": "dotnet run --AppTasks=migrate.revert:last",

0 commit comments

Comments
 (0)