We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14d2fe commit 801472dCopy full SHA for 801472d
example/webpack.config.js
@@ -31,7 +31,8 @@ module.exports = {
31
},
32
plugins: [
33
new webpack.DefinePlugin({
34
- 'process.env.PINWHEEL_API_KEY': JSON.stringify(process.env.PINWHEEL_API_KEY || '')
+ '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')
36
})
37
],
38
devServer: {
0 commit comments