@iebh/tera-fy 1.0.2 → 1.0.3

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.
@@ -404,6 +404,7 @@ export default class TeraFyServer {
404
404
 
405
405
  return Promise.resolve()
406
406
  .then(()=> settings.autoRequire && this.requireProject())
407
+ .then(()=> app.service('$projects').active)
407
408
  }
408
409
 
409
410
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iebh/tera-fy",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "TERA website worker",
5
5
  "scripts": {
6
6
  "dev": "esbuild --platform=browser --format=esm --bundle lib/terafy.client.js --outfile=dist/terafy.js --minify --sourcemap --serve --servedir=.",