create-apppaaaul 2.0.35 → 2.0.36

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.
@@ -40,7 +40,10 @@ docker-compose.yml
40
40
 
41
41
  # prisma
42
42
  prisma/generated/*
43
+ prisma/migrations/*
43
44
 
44
- # pnpm
45
- pnpm-lock.yaml
46
- pnpm-*
45
+ # sitemap and robots
46
+ /public/sitemap.xml
47
+ /public/robots.txt
48
+ /public/sitemap-*.xml
49
+ /public/robots-*.txt
@@ -40,10 +40,7 @@ docker-compose.yml
40
40
 
41
41
  # prisma
42
42
  prisma/generated/*
43
-
44
- # pnpm
45
- pnpm-lock.yaml
46
- pnpm-*
43
+ prisma/migrations/*
47
44
 
48
45
  # sitemap and robots
49
46
  /public/sitemap.xml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-apppaaaul",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "Create projects as paaauldev would",
5
5
  "main": "index.mjs",
6
6
  "bin": {