Svelte-port #5

Merged
fede merged 18 commits from Svelte-port into main 2024-11-03 04:51:20 -03:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit ed3d87ec92 - Show all commits
+1 -1
View File
@@ -11,7 +11,7 @@ builder.Services.AddCors(options =>
options.AddPolicy("AllowSvelteApp", options.AddPolicy("AllowSvelteApp",
builder => builder =>
{ {
builder.WithOrigins("*") builder.AllowAnyOrigin()
.AllowAnyHeader() .AllowAnyHeader()
.AllowAnyMethod(); .AllowAnyMethod();
}); });
+2
View File
@@ -0,0 +1,2 @@
run:
dotnet watch run