Skip to content

Commit

Permalink
Fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alex6480 committed Sep 22, 2023
1 parent d7d495c commit 72f02b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build backend",
"program": "${workspaceFolder}/backend/bin/Debug/net6.0/backend.dll",
"program": "${workspaceFolder}/backend/bin/Debug/net7.0/backend.dll",
"args": [],
"cwd": "${workspaceFolder}/backend",
"stopAtEntry": false,
Expand Down
28 changes: 0 additions & 28 deletions Migrations/obj/Backend.MySql.EntityFrameworkCore.targets

This file was deleted.

28 changes: 0 additions & 28 deletions Migrations/obj/MySql.EntityFrameworkCore.targets

This file was deleted.

10 changes: 5 additions & 5 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/lib/ApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { serializeTransactionAutomation, TransactionAutomation, TransactionAutom
import { CreateMetaField, MetaField, serializeSetMetaFieldValue } from "../models/meta";
import { useQuery } from "@tanstack/react-query";

let rootUrl = "https://localhost:7262";
let rootUrl = "http://localhost:5262";
if (process.env.NODE_ENV === "production") {
rootUrl = "";
}
Expand Down

0 comments on commit 72f02b2

Please sign in to comment.