We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ba0b6 + 53d8e70 commit b9940ffCopy full SHA for b9940ff
shopify.web.toml
shopify.web.toml.liquid
@@ -0,0 +1,11 @@
1
+name = "React Router"
2
+roles = ["frontend", "backend"]
3
+webhooks_path = "/webhooks/app/uninstalled"
4
+
5
+{%- assign exec = dependency_manager | append: ' exec' -%}
6
+{%- if dependency_manager == 'yarn' -%}
7
+{%- assign exec = 'yarn' -%}
8
+{%- endif %}
9
+[commands]
10
+predev = "{{ exec }} prisma generate"
11
+dev = "{{ exec }} prisma migrate deploy && {{ exec }} react-router dev"
0 commit comments