Move api.sh to src/load.sh

This commit is contained in:
freearhey 2023-10-10 11:00:51 +03:00
parent 37edcb7e45
commit 1770eb9927
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,8 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"postbuild": "npx svelte-sitemap -d https://iptv-org.github.io -o docs"
"postbuild": "npx svelte-sitemap -d https://iptv-org.github.io -o docs",
"postinstall": "./src/load.sh"
},
"devDependencies": {
"@freearhey/search-js": "^0.1.1",

View file