From f5f47cafb257b760e5e03d0bb8939a71d217c1b8 Mon Sep 17 00:00:00 2001 From: Jason Hyde Date: Wed, 14 Aug 2024 04:56:01 +0200 Subject: [PATCH] [conf] add `npm run start` script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index df714be..59a8683 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "fix:format": "biome format --write ./source", "prepublishOnly": "run-s build", "preversion": "run-s check test build", + "start": "node ./build/server.js", "test": "vitest run", "test:integration": "vitest run integration --coverage", "test:unit": "vitest run unit --coverage"