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
letapiDir="src/functions";letlist=getFilesAndFoldersInDir(apiDir);list.forEach(async(obj: any)=>{if(!obj.name.endsWith(".ts")&&!obj.name.endsWith(".js")){return}lethandler=awaitimport(obj.path);// TODO something...});
The text was updated successfully, but these errors were encountered:
Project Structure
Use fs read functions dir and dynamic required all ts(health.ts)
util.ts
index.ts
The text was updated successfully, but these errors were encountered: