pull/134/head
Alex Kern 12 months ago
parent cd27475f53
commit 98c6221b0d
No known key found for this signature in database
GPG Key ID: EF051FACCACBEE25

1
.gitignore vendored

@ -2,3 +2,4 @@
.next .next
node_modules node_modules
dist dist
tsconfig.tsbuildinfo

@ -10,8 +10,8 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"start:peerjs": "./bin/peerjs.js", "start:peerjs": "./bin/peerjs.js",
"lint:check": "eslint 'src/**/*.ts[x]'", "lint:check": "eslint 'app/**/*.ts[x]'",
"lint:fix": "eslint 'src/**/*.ts[x]' --fix", "lint:fix": "eslint 'app/**/*.ts[x]' --fix",
"docker:build": "docker compose build", "docker:build": "docker compose build",
"docker:up": "docker compose up -d", "docker:up": "docker compose up -d",
"docker:down": "docker compose down", "docker:down": "docker compose down",
@ -82,4 +82,4 @@
"git add" "git add"
] ]
} }
} }

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save