Skip to content

Commit

Permalink
Merge pull request #13 from IntersectMBO/feat/decouple-voting-pillar-…
Browse files Browse the repository at this point in the history
…frontend

feat: decouple frontend voting pillar
  • Loading branch information
MSzalowski authored Oct 21, 2024
2 parents c980759 + 23333af commit 9f59086
Show file tree
Hide file tree
Showing 173 changed files with 231,901 additions and 15,716 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();
2 changes: 2 additions & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = {
'no-undef': 'off',
'no-prototype-builtins': 'off',
'nonblock-statement-body-position': 'off',
'no-param-reassign': 'off',
'no-unused-vars': 'off',
'no-use-before-define': 'off',
'comma-dangle': 'off',
Expand All @@ -46,6 +47,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
117,851 changes: 110,092 additions & 7,759 deletions frontend/dist/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/index.esm.js.map

Large diffs are not rendered by default.

117,851 changes: 110,092 additions & 7,759 deletions frontend/dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 9f59086

Please sign in to comment.