refactor: Creation d'un provider et d'un systeme de middleware

This commit is contained in:
Luc SORIGNET
2025-02-22 13:05:01 +01:00
parent c861239d48
commit 508847940c
18 changed files with 218 additions and 69 deletions

View File

@ -15,7 +15,7 @@ replace_value() {
}
printenv | grep NEXT_PUBLIC_ | while read -r line ; do
printenv | while read -r line ; do
key=$(echo $line | cut -d "=" -f1)
value=$(echo $line | cut -d "=" -f2)