Add export
This commit is contained in:
parent
c20779d542
commit
6001ae4580
@ -1,5 +1,5 @@
|
|||||||
$count = Get-ChildItem -Path ./* -Include *.mp4 | Measure-Object | Select-Object -ExpandProperty Count
|
$count = Get-ChildItem -Path ./* -Include *.mp4 | Measure-Object | Select-Object -ExpandProperty Count
|
||||||
$declaration = "const MAX = "
|
$declaration = "export const MAX = "
|
||||||
$string = $declaration + $count
|
$string = $declaration + $count
|
||||||
|
|
||||||
$string | Out-File -Encoding utf8 -FilePath ".\max.js"
|
$string | Out-File -Encoding utf8 -FilePath ".\max.js"
|
Loading…
Reference in New Issue
Block a user