Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Sep 23, 2024
1 parent 60dd4ec commit 91772f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import {program} from 'commander';
import cors from 'cors';
import process from 'process';
// TODO Crash on windows, to be investigated
/*import { fileURLToPath } from 'url';
import open from 'open';

/*import { fileURLToPath } from 'url';
try {
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
Expand Down

0 comments on commit 91772f1

Please sign in to comment.