chore: add tailwind & launch setting on vs
parent
63171fa212
commit
03723380c0
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"profiles": {
|
||||
"BankSampahApp": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:62517;http://localhost:62518"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/theron-wang/VS2022-Editor-Support-for-Tailwind-CSS/refs/heads/main/tailwind.extension.schema.json",
|
||||
"BuildFiles": [
|
||||
{
|
||||
"Input": "wwwroot\\css\\input.css",
|
||||
"Output": "wwwroot\\css\\site.css",
|
||||
"Behavior": "Default"
|
||||
}
|
||||
],
|
||||
"PackageConfigurationFile": null,
|
||||
"CustomRegexes": {
|
||||
"Razor": {
|
||||
"Override": false,
|
||||
"Values": []
|
||||
},
|
||||
"HTML": {
|
||||
"Override": false,
|
||||
"Values": []
|
||||
},
|
||||
"JavaScript": {
|
||||
"Override": false,
|
||||
"Values": []
|
||||
}
|
||||
},
|
||||
"UseCli": false
|
||||
}
|
||||
Loading…
Reference in New Issue