
functions/users/friends/index.ts will serve a request to /users/daniel/friends, in theory displaying a list of all the friends of daniel, but Im just getting the root app page instead of function output. Do I need to just use a [[catchall]].ts file at functions/users/[[catchall]].ts and handle all of the logic there, or am I doing something wrong?functions/users/index.ts file is working properly, and so is my functions/users/[user].ts file- index displays a list of users, and [user] displays the individual user matching the route param.performance.now() when in reality it wasn't related to it but actually happened beforebcrypt won't work anyway because it uses node-gyp and links to OpenSSL and Workers don't support native Node modules (ones that link to C++).



functions/users/friends/index.ts/users/daniel/friendsfunctions/users/[[catchall]].tsfunctions/users/index.tsfunctions/users/[user].tsperformance.now()bcrypt