mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Add environment variable validation and parsing
Adds a validation schema for the application's environment variables using the Zod library. The parsed environment variables are then exported as constants that can be imported throughout the application, replacing the direct use of process.env.
This commit is contained in:
@@ -9,10 +9,7 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('daisyui'),
|
||||
require('tailwindcss-animate')
|
||||
],
|
||||
plugins: [require('daisyui'), require('tailwindcss-animate')],
|
||||
|
||||
daisyui: {
|
||||
logs: false,
|
||||
|
||||
Reference in New Issue
Block a user