From c957237176223b9f4464add1df1ee9482315c657 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sun, 12 Feb 2023 11:54:47 +0000 Subject: [PATCH] :v: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8198b7c3..53c41250 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "build": "tsc", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent=false --verbose false", - "start": "fastify start ./built/index.js" + "serve": "fastify start ./built/index.js" }, "optionalDependencies": { "fastify": "3.24.1"