Skip to content

Commit

Permalink
Updated build path (#16)
Browse files Browse the repository at this point in the history
* Updated build path

* Update frontend submodule
  • Loading branch information
jinalviranii authored Aug 30, 2024
1 parent 28b96b9 commit 1672523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const fdkExtension = setupFdk({
});

const STATIC_PATH = process.env.NODE_ENV === 'production'
? path.join(process.cwd(), 'frontend', 'dist')
? path.join(process.cwd(), 'frontend', 'public' , 'dist')
: path.join(process.cwd(), 'frontend');

const app = express();
Expand Down

0 comments on commit 1672523

Please sign in to comment.