Skip to content

Commit 801472d

Browse files
Update example/webpack.config.js
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent a14d2fe commit 801472d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = {
3131
},
3232
plugins: [
3333
new webpack.DefinePlugin({
34-
'process.env.PINWHEEL_API_KEY': JSON.stringify(process.env.PINWHEEL_API_KEY || '')
34+
'process.env.PINWHEEL_API_KEY': JSON.stringify(process.env.PINWHEEL_API_KEY || ''),
35+
'process.env.PINWHEEL_API_URL': JSON.stringify(process.env.PINWHEEL_API_URL || 'https://sandbox.getpinwheel.com')
3536
})
3637
],
3738
devServer: {

0 commit comments

Comments
 (0)