# Tells `shopify app dev` how to run this project's web/admin app (the # Remix server everything in app/ belongs to) and lets it wire its local # dev server into the CLI's reverse proxy + tunnel. Without this file, # `shopify app dev` never starts the Remix app at all — it only runs the # theme/function/UI-extension dev servers — which is why the embedded # admin app home never loaded no matter what URL configuration was tried. [commands] dev = "npm exec remix vite:dev"