Skip to content

Commit

Permalink
corrected snapId export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfears committed Sep 30, 2024
1 parent 0757034 commit e4e031d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

const isDev = import.meta.env.DEV
let snapId = "npm:stellar-snap"
let snap_Id = "npm:stellar-snap"
if(isDev){
snapId = "local:http://localhost:8080/"
snap_Id = "local:http://localhost:8080/"
}

module.exports = {snapId};
export const snapId = snap_Id;

0 comments on commit e4e031d

Please sign in to comment.