Skip to content

Commit

Permalink
build: minor improvement in gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Oct 1, 2023
1 parent 6e1190d commit fda42b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const packageUri = existJSON.package.namespace
const serverInfo = existJSON.servers.localhost
const target = serverInfo.root

const url = new URL(existJSON.servers.localhost.server)
const url = new URL(serverInfo.server)
// console.log(url)

// FIXME read from .existdb.json
Expand Down

0 comments on commit fda42b2

Please sign in to comment.