Skip to content

Commit

Permalink
try123124124124hig
Browse files Browse the repository at this point in the history
  • Loading branch information
dbruidb committed Mar 13, 2024
1 parent e0be235 commit a3eab79
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SERVER_PORT= 8080
SERVER_PORT= 3000

DB_HOST= 'sql10.freemysqlhosting.net'

Expand Down
5 changes: 3 additions & 2 deletions dist/main.js

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

2 changes: 1 addition & 1 deletion dist/main.js.map

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

1 change: 0 additions & 1 deletion dist/tournament/tournament.entity.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { formats } from "src/config/constants";
import { ResultsEntity } from "src/results/results.entity";
export declare class TournamentEntity {
id_tournament: number;
stargg_tourney: number;
name: string;
description: string;
date: String;
Expand Down
4 changes: 0 additions & 4 deletions dist/tournament/tournament.entity.js

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

2 changes: 1 addition & 1 deletion dist/tournament/tournament.entity.js.map

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

2 changes: 1 addition & 1 deletion dist/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"uwu": "nest start",
"start": "node dist/main",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
Expand Down

0 comments on commit a3eab79

Please sign in to comment.