We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37903fd commit 838178eCopy full SHA for 838178e
copier-config.yaml
@@ -164,7 +164,7 @@ copy_rules:
164
- name: "mflix-express-server"
165
source_pattern:
166
type: "regex"
167
- pattern: "mflix/server/express/(?P<file>.+)$"
+ pattern: "^mflix/server/js-express/(?P<file>.+)$"
168
exclude_patterns:
169
- "\\.gitignore$" # Exclude .gitignore files
170
- "README.md$" # Exclude README files
@@ -263,7 +263,7 @@ copy_rules:
263
- name: "mflix-python-server"
264
265
266
- pattern: "mflix/server/python/(?P<file>.+)$"
+ pattern: "^mflix/server/python-fastapi/(?P<file>.+)$"
267
268
269
0 commit comments