Open
Description
What area(s) will this request affect?
Running your code locally
What type of change do you want to see?
New feature
Overview
Allow users to specify the app entrypoint path in the shopify.web.toml file.
Example:
type="backend"
app_url_path = "/api/shopify"
auth_callback_path = ["/api/shopify/install/callback", "/api/shopify/auth/callback"]
[commands]
dev = "npm run dev"
Motivation
This allows for more flexibility in the organization and structure of the app's URL path.