mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
refactor: Creation d'un provider et d'un systeme de middleware
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user