mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore(docs): read .env from project root
This commit is contained in:
parent
c7c4c16727
commit
1ea3257b71
1 changed files with 6 additions and 3 deletions
|
@ -30,4 +30,7 @@ export default defineConfig({
|
||||||
}),
|
}),
|
||||||
tailwind({ applyBaseStyles: false }),
|
tailwind({ applyBaseStyles: false }),
|
||||||
],
|
],
|
||||||
|
vite: {
|
||||||
|
envDir: "..",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue