From 85f2c0739a9055e22f2f6cc69da7a52ecff8f8b1 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 12 Aug 2024 15:21:51 +0200 Subject: [PATCH] :pencil: Add proper NODE_OPTIONS in env.dev.example --- .env.dev.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.dev.example b/.env.dev.example index 532c58d04..75f081647 100644 --- a/.env.dev.example +++ b/.env.dev.example @@ -15,4 +15,6 @@ S3_PORT=9000 S3_ENDPOINT=localhost S3_SSL=false -# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration \ No newline at end of file +NODE_OPTIONS=--no-node-snapshot + +# For more configuration options check out: https://docs.typebot.io/self-hosting/configuration