Skip to content

Commit a3eab79

Browse files
committed
try123124124124hig
1 parent e0be235 commit a3eab79

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SERVER_PORT= 8080
1+
SERVER_PORT= 3000
22

33
DB_HOST= 'sql10.freemysqlhosting.net'
44

dist/main.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tournament/tournament.entity.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { formats } from "src/config/constants";
22
import { ResultsEntity } from "src/results/results.entity";
33
export declare class TournamentEntity {
44
id_tournament: number;
5-
stargg_tourney: number;
65
name: string;
76
description: string;
87
date: String;

dist/tournament/tournament.entity.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tournament/tournament.entity.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/tsconfig.build.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"build": "nest build",
1010
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
11-
"uwu": "nest start",
11+
"start": "node dist/main",
1212
"start:dev": "nest start --watch",
1313
"start:debug": "nest start --debug --watch",
1414
"start:prod": "node dist/main",

0 commit comments

Comments
 (0)