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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-blitzpack",
3
- "version": "0.1.6",
3
+ "version": "0.1.9",
4
4
  "description": "Create a new Blitzpack project - full-stack TypeScript monorepo with Next.js and Fastify",
5
5
  "type": "module",
6
6
  "bin": {