You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the package.json, create-database takes a hardcoded path for the database, whereas the path can be specified as an argument variable in the actual app (yes this is my fault).
EDIT : Doing something like this env $(grep -v '^#' .env | xargs) might work. However this basic shell expression require some tweaking.
The text was updated successfully, but these errors were encountered:
In the
package.json
,create-database
takes a hardcoded path for the database, whereas the path can be specified as an argument variable in the actual app (yes this is my fault).EDIT : Doing something like this
env $(grep -v '^#' .env | xargs)
might work. However this basic shell expression require some tweaking.The text was updated successfully, but these errors were encountered: