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
For the compiler file synchronisation system, (packages/cli/src/scripts/synchronise) create a list of rules that hold the transform information (path, content).
Might be a good idea to separate the rules from the rest of the code in a rule configuration module so there is a clear way to add more.
Apply the rules to collect /pages and write them to the compiled next js /pages folder.
The text was updated successfully, but these errors were encountered:
For the compiler file synchronisation system, (
packages/cli/src/scripts/synchronise
) create a list of rules that hold the transform information (path, content).Might be a good idea to separate the rules from the rest of the code in a rule configuration module so there is a clear way to add more.
Apply the rules to collect
/pages
and write them to the compiled next js/pages
folder.The text was updated successfully, but these errors were encountered: