Skip to content

Commit

Permalink
Clean the file
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Oct 11, 2023
1 parent 4f4f459 commit 62306d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/lib/appUrl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default (function () {
console.log({APP_ROOT_URL: process.env.APP_ROOT_URL})
return process.env.APP_ROOT_URL
? process.env.APP_ROOT_URL
: "http://127.0.0.1:3000";
Expand Down

0 comments on commit 62306d1

Please sign in to comment.