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" },