Skip to content

Commit

Permalink
chore(playground/nuxt): Add monorepo-env module to load root env
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPotatoMan committed Apr 3, 2024
1 parent 7082367 commit 3617c35
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 5 deletions.
5 changes: 0 additions & 5 deletions playground/nuxt/.env.local

This file was deleted.

1 change: 1 addition & 0 deletions playground/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const root = resolve(__dirname, '../..')
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'monorepo-env',
resolve(root, 'src/module'),
],

Expand Down
1 change: 1 addition & 0 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"preview": "nuxt preview"
},
"dependencies": {
"monorepo-env": "^0.0.4",
"nuxt": "latest"
}
}
82 changes: 82 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3617c35

Please sign in to comment.