From d8f24084d88c44b2912172ebd8a11364649791be Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 26 Apr 2024 16:12:35 +0100 Subject: [PATCH] Fix #50 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a8945d9..af5543b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -56,7 +56,7 @@ class ServerlessDynamoDBPlugin implements Plugin { seed: { shortcut: 's', usage: 'After starting and migrating dynamodb local, injects seed data into your tables. The --seed option determines which data categories to onload.', - // NB: no `type` intentionally to allow both boolean and string values + type: 'string', }, }, },