@itrocks/framework 0.2.0 → 0.2.1

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.
package/cjs/main.js CHANGED
@@ -56,9 +56,10 @@ async function run() {
56
56
  return new fastify_1.FastifyServer({
57
57
  assetPath: app_dir_1.appDir,
58
58
  execute: request => execute(new action_request_2.Request(request)),
59
- favicon: config_1.config.container?.favicon ?? (0, node_path_2.normalize)((0, node_path_1.join)(__dirname, '../favicon.ico')),
59
+ favicon: config_1.config.container?.favicon ?? (0, node_path_2.normalize)((0, node_path_1.join)(__dirname, '../favicon.png')),
60
60
  frontScripts: template_1.frontScripts,
61
61
  host: config_1.config.server.host,
62
+ manifest: config_1.config.container?.manifest,
62
63
  port: config_1.config.server.port,
63
64
  scriptCalls: ['loadCss', 'loadScript'],
64
65
  secret: config_1.config.session.secret ?? config_1.config.secret ?? 'defaultSecret',
package/package.json CHANGED
@@ -91,5 +91,5 @@
91
91
  "build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' *.js *.d.ts"
92
92
  },
93
93
  "types": "./cjs/framework.d.ts",
94
- "version": "0.2.0"
94
+ "version": "0.2.1"
95
95
  }
package/favicon.ico DELETED
Binary file