lapeh 2.6.13 → 2.6.14

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/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -545,7 +545,7 @@ function createProject(skipFirstArg = false) {
545
545
  'node_modules', 'dist', '.git', '.env', 'bin', 'lib',
546
546
  'package-lock.json', '.DS_Store', 'prisma/migrations',
547
547
  'prisma/dev.db', 'prisma/dev.db-journal', 'website',
548
- 'init', 'test-local-run', 'coverage', projectName
548
+ 'init', 'test-local-run', 'coverage', 'doc', projectName
549
549
  ];
550
550
 
551
551
  function copyDir(src, dest) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapeh",
3
- "version": "2.6.13",
3
+ "version": "2.6.14",
4
4
  "description": "Framework API Express yang siap pakai (Standardized)",
5
5
  "engines": {
6
6
  "node": ">=18.0.0",