Skip to content

Commit

Permalink
WIP on feat/decouple-voting-pillar-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Oct 11, 2024
1 parent c980759 commit f4113c9
Show file tree
Hide file tree
Showing 191 changed files with 20,024 additions and 1,613 deletions.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api', app, document);

await app.listen(3000);
await app.listen(3001);
}
bootstrap();
1 change: 1 addition & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
'no-shadow': 'off',
'function-paren-newline': 'off',
'object-curly-newline': 'off',
'no-nested-ternary': 'off',

'@typescript-eslint/no-shadow': ['error'],
'@typescript-eslint/no-redeclare': ['error'],
Expand Down
Loading

0 comments on commit f4113c9

Please sign in to comment.