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, the example 'with-typescript' is using an ugly 'concurrently' to run asynchronously with next.js.
I tried to modify the webpack loaders but no hope, next.js required files be in filesystem/.next folder, not memory. Now I can't use my lovely CoffeeScript for API construction😖. I have to launch external project for that.
The text was updated successfully, but these errors were encountered:
Currently, the example 'with-typescript' is using an ugly 'concurrently' to run asynchronously with next.js.
I tried to modify the webpack loaders but no hope, next.js required files be in filesystem/.next folder, not memory. Now I can't use my lovely CoffeeScript for API construction😖. I have to launch external project for that.
The text was updated successfully, but these errors were encountered: