laravel-nuxt icon indicating copy to clipboard operation
laravel-nuxt copied to clipboard

file_get_contents(resources/nuxt): Failed to open stream: No such file or directory

Open youngpresido opened this issue 4 years ago • 1 comments

i keep on getting error after setting nuxt.config to resources/nuxt folder

youngpresido avatar Oct 01 '21 02:10 youngpresido

add config.buildDir = resolve('public/app') to nuxt.config.ts and create folder in public/app worked for me

thaisanly avatar Jan 19 '22 09:01 thaisanly