GithubHelp home page GithubHelp logo

juicyfx / vercel-runtimes Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 1.0 78.7 MB

๐Ÿ‹๏ธโ€โ™‚๏ธ Vercel Runtimes by @f3l1x

Home Page: https://f3l1x.io

License: MIT License

Makefile 2.72% JavaScript 1.99% TypeScript 95.29%
juicyfx now lambda aws php deployment serverless functions runtimes vercel

vercel-runtimes's Introduction

Vercel Runtimes

The main goal is to dig deeper into Vercel Runtimes.
The development started with PHP builder, which has been separated into vercel-php.
At this time this repository contains a testing versions of various runtimes.

๐Ÿ•น f3l1x.io | ๐Ÿ’ป f3l1x | ๐Ÿฆ @xf3l1x

Builders

Plain

{
  "builds": [
    { "src": "file.txt", "use": "[email protected]" }
  ]
}
{
  "builds": [
    { "src": "index.php", "use": "[email protected]" }
  ]
}

Markdown

{
  "builds": [
    {
      "src": "**/*.md",
      "use": "[email protected]",
      "config": {
      "title": "Demo Project",
      "css": [
        "https://CDN/lib.css",
        "/dist/theme.css"
      ],
      "js": [
        "https://CDN/lib.js",
        "/dist/main.js"
      ]
      }
    }
  ]
}

Debug

{
  "builds": [
    { "src": "file.txt", "use": "[email protected]" }
  ]

๐Ÿ“ License

Copyright ยฉ 2019 f3l1x. This project is MIT licensed.

vercel-runtimes's People

Contributors

dependabot[bot] avatar f3l1x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

baboons

vercel-runtimes's Issues

Proposal: Config for composer install with-scripts

In some cases you'd have a post-install script in composer. It would be great to have the control in now.json whenever you would want to disable or enable scripts hooks for composer.

I suggest that composer would be departed and replaced with composerJson that refers to the file path, if the file exists it will build with composer. To support scripts composerWithScripts would be a bool to enable or disable this.

What do you think?

Mode CGI might have the wrong php settings for URI

I played around with Symphony but got this issue with CGI No route found for "GET /symfony-test.johantd04.now.sh/". It seems that the host is passed to the query string. Server works as expected.

I suspect that host would be removed REQUEST_URI: host + path for CGI launcher.js.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.