chore: add config launch & tailwind extensions
parent
fa50ea86fd
commit
3506863b30
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"profiles": {
|
||||
"BpsRwApp": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:51154;http://localhost:51155"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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": true
|
||||
}
|
||||
Loading…
Reference in New Issue