From 110a50b27dfe702c4fcda0a9edddc2e7a9173545 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 9 Mar 2023 16:27:23 -0400 Subject: [PATCH] revert export --- generate-max.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-max.ps1 b/generate-max.ps1 index 72231a0..9806d55 100644 --- a/generate-max.ps1 +++ b/generate-max.ps1 @@ -1,5 +1,5 @@ $count = Get-ChildItem -Path ./* -Include *.mp4 | Measure-Object | Select-Object -ExpandProperty Count -$declaration = "export const MAX = " +$declaration = "const MAX = " $string = $declaration + $count $string | Out-File -Encoding utf8 -FilePath ".\max.js" \ No newline at end of file