We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aac024 commit 405d954Copy full SHA for 405d954
playground/nuxt.config.ts
@@ -3,8 +3,8 @@ export default defineNuxtConfig({
3
[
4
'../src/module',
5
{
6
- serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN,
7
- apiKey: process.env.MICROCMS_API_KEY,
+ serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN ?? 'servicedomain',
+ apiKey: process.env.MICROCMS_API_KEY ?? 'apikey',
8
},
9
],
10
0 commit comments