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
Hey... I generally run my app using yarn dev then it automatically do all the heavy lifting work... including code
'''
$ sudo yarn dev (i run this)
yarn run v1.22.19
$ next dev (by yarn)
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn - You have enabled experimental feature (appDir) in next.config.js.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
info - Thank you for testing appDir please leave your feedback at https://nextjs.link/app-feedback
event - compiled client and server successfully in 1524 ms (246 modules)
'''
but it dont work for me in forver any guide to solve this will helpful
The text was updated successfully, but these errors were encountered:
Hey... I generally run my app using yarn dev then it automatically do all the heavy lifting work... including code
'''
$ sudo yarn dev (i run this)
yarn run v1.22.19
$ next dev (by yarn)
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
warn - You have enabled experimental feature (appDir) in next.config.js.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
info - Thank you for testing
appDir
please leave your feedback at https://nextjs.link/app-feedbackevent - compiled client and server successfully in 1524 ms (246 modules)
'''
but it dont work for me in forver any guide to solve this will helpful
The text was updated successfully, but these errors were encountered: