create-blitzpack 0.1.6 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -352,9 +352,10 @@ import path2 from "path";
|
|
|
352
352
|
var GITHUB_REPO = "github:CarboxyDev/blitzpack";
|
|
353
353
|
var POST_DOWNLOAD_EXCLUDES = [
|
|
354
354
|
"create-blitzpack",
|
|
355
|
-
"scripts/setup.js",
|
|
356
355
|
".github",
|
|
357
|
-
"apps/marketing"
|
|
356
|
+
"apps/marketing",
|
|
357
|
+
"Dockerfile",
|
|
358
|
+
"docker-compose.prod.yml"
|
|
358
359
|
];
|
|
359
360
|
async function cleanupExcludes(targetDir) {
|
|
360
361
|
for (const exclude of POST_DOWNLOAD_EXCLUDES) {
|