diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..8bbe71b --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "BankSampahApp": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:62517;http://localhost:62518" + } + } +} \ No newline at end of file diff --git a/tailwind.extension.json b/tailwind.extension.json new file mode 100644 index 0000000..607ea63 --- /dev/null +++ b/tailwind.extension.json @@ -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 +} \ No newline at end of file