postio / apps /extension /package.json
Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
3722089 verified
Raw
History Blame Contribute Delete
480 Bytes
{
"name": "postiz-extension",
"version": "2.0.0",
"description": "Postiz browser extension for cookie-based platform authentication",
"scripts": {
"build": "rm -rf dist && vite build && cp manifest.json dist/manifest.json && cd dist && zip -r ../extension.zip .",
"dev": "rm -rf dist && HOT_RELOAD_EXTENSION_VITE_PORT=8081 NODE_ENV=development dotenv -e ../../.env -- vite build --config vite.config.chrome.ts --mode development --watch"
},
"type": "module"
}