Update package.json

This commit is contained in:
freearhey 2023-12-07 01:29:50 +03:00
parent a9f62f59de
commit c6b1ccc5b1

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "NODE_OPTIONS=--max_old_space_size=4096 vite build",
"preview": "vite preview",
"postbuild": "npx svelte-sitemap -d https://iptv-org.github.io -o docs",
"postinstall": "./src/load.sh"