I have created the new project in drupal 9 now my project folder looks like project_name/web. I need to run my project as project_name.I have dpwnloaded my drupal package with composer. How to run the project as project_name. I have tried copying
vendor, .editorconfig, .gitattributes, composer.json, composer.lock
to the root folder and rename web as project_name.but not working.