DDogeC / supernovadeployablefr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supernova

Run on Replit

Deploying on machine

git clone https://github.com/titaniumnetwork-dev/uv-app/
cd uv-app
git submodule update --init
npm install
npm start

uv.config.js

self.__uv$config = {
    prefix: '/sw/', // Proxy url prefix
    bare: '/bare/', // Bare server location
    encodeUrl: Ultraviolet.codec.xor.encode, // URL Encoding function
    decodeUrl: Ultraviolet.codec.xor.decode, // Decode URL function
    handler: '/uv.handler.js', // Handler script
    bundle: '/uv.bundle.js', // Bundled script
    config: '/uv.config.js', // Configuration script
    sw: '/uv.sw.js', // Service Worker Script
};

About


Languages

Language:JavaScript 99.4%Language:CSS 0.5%Language:HTML 0.1%Language:Procfile 0.0%