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
node_modules
dist
tsconfig.tsbuildinfo

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

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