From 039dc34b480e78b010b21f4b6708d75e4086622b Mon Sep 17 00:00:00 2001 From: xshady <54737754+xxshady@users.noreply.github.com> Date: Sun, 13 Oct 2024 04:46:00 +0300 Subject: [PATCH] remove altvEnums option from example --- example/watch-shared.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/example/watch-shared.js b/example/watch-shared.js index 1e796ed..036744b 100644 --- a/example/watch-shared.js +++ b/example/watch-shared.js @@ -17,9 +17,6 @@ export const watch = async ({ enhancedRestartCommand: true, }, - // see docs for more info about these options: - altvEnums: true, - ...altvEsbuildOptions, }) ],