File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
using ServiceStack . Auth ;
2
2
using AiServer . ServiceInterface ;
3
+ using ServiceStack . Html ;
3
4
4
5
[ assembly: HostingStartup ( typeof ( ConfigureAuth ) ) ]
5
6
Original file line number Diff line number Diff line change 3
3
"postinstall" : " node postinstall.js && npm run migrate" ,
4
4
"dtos" : " x mjs" ,
5
5
"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" ,
8
8
"build" : " npm run ui:build" ,
9
9
"migrate" : " dotnet run --AppTasks=migrate" ,
10
10
"revert:last" : " dotnet run --AppTasks=migrate.revert:last" ,
You can’t perform that action at this time.
0 commit comments