Shopify CLI 3.0 conventions (web/frontend/backend process/single/two-process apps)

did you figure this out? it seems like the .toml files are in weird places like the type=“backend” .toml file is in the /resources/js file and the type=“frontend” .toml file is in the root directory. It may be correct it just seems weird to me. When I run the npm run dev command I get an ERROR: INVALID HOOK CALL but I can remove all of the hook calls and all of the react components and the error is still there. So I assume the error is coming from somewhere else. Just thought I would see if you fixed your problems?