max old space when running ts

This commit is contained in:
Zutatensuppe 2021-06-05 23:11:55 +02:00
parent 60ae6e8a08
commit 86ceca4bea

View file

@ -1,3 +1,3 @@
#!/bin/sh -e #!/bin/sh -e
node --experimental-specifier-resolution=node --loader ts-node/esm $@ node --max-old-space-size=64 --experimental-specifier-resolution=node --loader ts-node/esm $@