Skip to content

Commit

Permalink
kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Mar 28, 2024
1 parent 9f4e47e commit 230ed38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ async function bootstrap() {

await app.listen(process.env.ticdi_environment == 'DEVELOPMENT' ? 3001 : 3000);
}
bootstrap();
bootstrap();
2 changes: 2 additions & 0 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ root.render(
</StrictMode>
);

// UserService.initKeycloak(onAuthenticatedCallback);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
Expand Down

0 comments on commit 230ed38

Please sign in to comment.