@platformatic/watt-admin 0.6.0-alpha.12 → 0.6.0-alpha.13

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/start.js +2 -1
  2. package/package.json +1 -1
package/lib/start.js CHANGED
@@ -52,7 +52,8 @@ export async function start (client, selectedRuntime) {
52
52
 
53
53
  const configFile = join(__dirname, '..', 'watt.json')
54
54
  const server = await create(configFile, undefined, {
55
- setupSignals: false
55
+ setupSignals: false,
56
+ isProduction: true
56
57
  })
57
58
  entrypointUrl = await server.start()
58
59
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@platformatic/watt-admin",
4
- "version": "0.6.0-alpha.12",
4
+ "version": "0.6.0-alpha.13",
5
5
  "scripts": {
6
6
  "prepublishOnly": "npm run clean && npm run build",
7
7
  "dev": "wattpm dev",