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
currently, each view is its own package, meaning, it has a package.json, where you can find a view field. Why are we are not using that field to read the actual page?
I see this a lot in my code: res.render("pages/viewA/viewA")
What do u guys think about this?
The text was updated successfully, but these errors were encountered:
Hey guys,
currently, each view is its own package, meaning, it has a
package.json
, where you can find aview
field. Why are we are not using that field to read the actual page?I see this a lot in my code:
res.render("pages/viewA/viewA")
What do u guys think about this?
The text was updated successfully, but these errors were encountered: