From 07d722cc2a69f0b1b9b1926cbed345ae710524fb Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sat, 13 Mar 2021 23:36:58 +0000 Subject: [PATCH] --- configuration.local.js => configuration.development.js | 0 package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configuration.local.js => configuration.development.js (100%) diff --git a/configuration.local.js b/configuration.development.js similarity index 100% rename from configuration.local.js rename to configuration.development.js diff --git a/package.json b/package.json index e4a95fc..c5f87d0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bugs": "https://github.com/leafac/kill-the-newsletter/issues", "homepage": "https://github.com/leafac/kill-the-newsletter#readme", "scripts": { - "start": "ts-node-dev --poll src/index.ts configuration.local.js", + "start": "ts-node-dev --poll src/index.ts configuration.development.js", "test": "prettier --check \"src/**/*\" --end-of-line auto && jest", "prepare": "tsc" },