chore: add tailwind & launch setting on vs

main
Yuri Dimas 2025-10-09 16:37:51 +07:00
parent 63171fa212
commit 03723380c0
No known key found for this signature in database
GPG Key ID: 4A421F9108FB5D2C
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"profiles": {
"BankSampahApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:62517;http://localhost:62518"
}
}
}

View File

@ -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
}