Skip to content

Commit

Permalink
chore(deps): update taiga-ui config tools to v0.144.12 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Aug 25, 2024
1 parent 3c1d97d commit e6fdb53
Show file tree
Hide file tree
Showing 3 changed files with 14,018 additions and 12,519 deletions.
2 changes: 1 addition & 1 deletion apps/demo/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import express from 'express';
import bootstrap from './src/main.server';

function run(): void {
const port = process.env['PORT'] || 4000;
const port = process.env['PORT'] ?? 4000;

// Start up the Node server
const server = app();
Expand Down
Loading

0 comments on commit e6fdb53

Please sign in to comment.