Skip to content

Commit dd3b067

Browse files
committed
Bumped v0.6.0-alpha.13
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent b4cd384 commit dd3b067

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

lib/start.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export async function start (client, selectedRuntime) {
5252

5353
const configFile = join(__dirname, '..', 'watt.json')
5454
const server = await create(configFile, undefined, {
55-
setupSignals: false
55+
setupSignals: false,
56+
isProduction: true
5657
})
5758
entrypointUrl = await server.start()
5859

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@platformatic/watt-admin",
4-
"version": "0.6.0-alpha.12",
4+
"version": "0.6.0-alpha.13",
55
"scripts": {
66
"prepublishOnly": "npm run clean && npm run build",
77
"dev": "wattpm dev",

0 commit comments

Comments
 (0)