Skip to content

Commit 405d954

Browse files
authored
playgroundのenvにデフォルト値を設定 (#7)
1 parent 1aac024 commit 405d954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export default defineNuxtConfig({
33
[
44
'../src/module',
55
{
6-
serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN,
7-
apiKey: process.env.MICROCMS_API_KEY,
6+
serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN ?? 'servicedomain',
7+
apiKey: process.env.MICROCMS_API_KEY ?? 'apikey',
88
},
99
],
1010
],

0 commit comments

Comments
 (0)