@tego/devkit 1.3.20 → 1.3.22

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/lib/util.mjs +1 -1
  2. package/package.json +2 -2
package/lib/util.mjs CHANGED
@@ -193,7 +193,7 @@ async function updateJsonFile(target, fn) {
193
193
  await writeFile(target, JSON.stringify(fn(json), null, 2), "utf-8");
194
194
  }
195
195
  function generateAppDir() {
196
- const defaultServerRoot = join(process.cwd(), "apps/tego");
196
+ const defaultServerRoot = join(process.cwd(), "node_modules", "tego");
197
197
  const defaultClientRoot = join(process.cwd(), "apps/web");
198
198
  process.env.APP_SERVER_ROOT = process.env.APP_SERVER_ROOT || defaultServerRoot;
199
199
  process.env.APP_CLIENT_ROOT = process.env.APP_CLIENT_ROOT || defaultClientRoot;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tego/devkit",
3
- "version": "1.3.20",
3
+ "version": "1.3.22",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "fast-glob": "^3.3.3",
37
37
  "fs-extra": "^11.3.0",
38
38
  "lodash": "^4.17.21",
39
- "npm-packlist": "^10.0.0",
39
+ "npm-packlist": "^10.0.1",
40
40
  "open": "^10.1.2",
41
41
  "p-all": "^3.0.0",
42
42
  "package-json": "^10.0.1",