From 0728ab6b495c710c94e04b0fd8828981bc6c9dfe Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:34:29 +0100 Subject: [PATCH] chore: update handlebars --- turbo/generators/templates/package.json.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo/generators/templates/package.json.hbs b/turbo/generators/templates/package.json.hbs index 2e143b0..706657f 100644 --- a/turbo/generators/templates/package.json.hbs +++ b/turbo/generators/templates/package.json.hbs @@ -3,6 +3,7 @@ "private": true, "version": "0.1.0", "type": "module", + "main": "./src/index.ts", "exports": { ".": "./src/index.ts" },