Remove vectorizing smart-contracts
from node_modules
in docs_ai_backend
#732
Labels
documentation
Improvements or additions to documentation
Problem statement
In the near future, prod machines will no longer checkout the =nil; repo. This will be done to resolve several stability issues.
Unfortunately, there are some systems and tools that rely on the content of the =nil; repo being available to them on production machines. In
docs_ai_backend
, it's DB population: it uses the content ofsmart-contracts
from the rootnode_modules
folder of the checked out repo. If no repo is available, DB will not be populated.Solution
Replace
smart-contracts
from the repo insidepopulatDB.js
with an alternate solution that does not depend on the repo.The text was updated successfully, but these errors were encountered: