mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-12 04:22:14 +00:00
Compare commits
113 Commits
@vercel/py
...
@vercel/py
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2d396caae | ||
|
|
001f2f60b8 | ||
|
|
78ca930287 | ||
|
|
b03e18df12 | ||
|
|
3a6b8b072c | ||
|
|
d480cd6bbd | ||
|
|
181b624bf4 | ||
|
|
200495e4ce | ||
|
|
9178f14c40 | ||
|
|
9a790f5352 | ||
|
|
33d8be7f8f | ||
|
|
82aa86b786 | ||
|
|
6288d5ef43 | ||
|
|
00a97b7ae2 | ||
|
|
a19fb3aa0f | ||
|
|
93fae76f9c | ||
|
|
e5131d5557 | ||
|
|
930063638c | ||
|
|
7b509ae672 | ||
|
|
711da37771 | ||
|
|
5e50b96994 | ||
|
|
35d2f5950f | ||
|
|
37f969416c | ||
|
|
75630e0982 | ||
|
|
038c228af4 | ||
|
|
a17aaebba3 | ||
|
|
c39ba31b4b | ||
|
|
91414d6f38 | ||
|
|
00bb723db3 | ||
|
|
65a97720b3 | ||
|
|
88eaf6efab | ||
|
|
abf159d5e0 | ||
|
|
a23879b507 | ||
|
|
a713b9170b | ||
|
|
8fd57459a1 | ||
|
|
9a3dc8ed5f | ||
|
|
c46dd8c556 | ||
|
|
e28edc5c93 | ||
|
|
3fc4f64824 | ||
|
|
90e51287e9 | ||
|
|
6d8b10802c | ||
|
|
1dd2ffd895 | ||
|
|
e4d422a2d7 | ||
|
|
bd55ad8212 | ||
|
|
6591dae152 | ||
|
|
a490faa496 | ||
|
|
8fe16f1b0a | ||
|
|
bac19b66af | ||
|
|
b58090a181 | ||
|
|
8c1b707f38 | ||
|
|
4b4caccb3d | ||
|
|
102dc04221 | ||
|
|
8d96a57117 | ||
|
|
bf3a1fc832 | ||
|
|
d4db04207b | ||
|
|
9e5edd6c51 | ||
|
|
09db5cc2a9 | ||
|
|
b2653c457b | ||
|
|
6617ace647 | ||
|
|
b4bebb41be | ||
|
|
40aaa0952f | ||
|
|
af6344209c | ||
|
|
7ccdc7baac | ||
|
|
363922dd11 | ||
|
|
a8aa08600b | ||
|
|
ea798e40af | ||
|
|
d9e0c44d3a | ||
|
|
0a2d55d83d | ||
|
|
b4cb2fc391 | ||
|
|
ada5b35966 | ||
|
|
cc54d260a7 | ||
|
|
8147e75d89 | ||
|
|
c0bcc15d28 | ||
|
|
43d4268759 | ||
|
|
3e91f446b4 | ||
|
|
bdb6e33b41 | ||
|
|
2eb3d7ac57 | ||
|
|
ec24d0f39a | ||
|
|
75976a441d | ||
|
|
905b67512c | ||
|
|
0564690f49 | ||
|
|
364b832565 | ||
|
|
41ce96a2db | ||
|
|
a4b4397151 | ||
|
|
473159f1da | ||
|
|
c6267b5acc | ||
|
|
8a919043a2 | ||
|
|
c2e7be80e8 | ||
|
|
d95175253a | ||
|
|
e2106d12f6 | ||
|
|
84f95465f7 | ||
|
|
0ae74546a6 | ||
|
|
be2ae2c539 | ||
|
|
4969a65209 | ||
|
|
7275878b2b | ||
|
|
53d429e3f5 | ||
|
|
3f1384bd1a | ||
|
|
703b2649bc | ||
|
|
2497909d9b | ||
|
|
0ad45c8b13 | ||
|
|
9acf8e1737 | ||
|
|
f5f07c5d15 | ||
|
|
c0d22cf78d | ||
|
|
c9811225ad | ||
|
|
68eeb6a5bd | ||
|
|
ec10f326c1 | ||
|
|
cfae7ec3c2 | ||
|
|
85b253cdd0 | ||
|
|
a6e4f8d8bb | ||
|
|
9c7e27b551 | ||
|
|
60b882c493 | ||
|
|
21072b1f1f | ||
|
|
a186ad643a |
@@ -5,36 +5,36 @@ examples
|
|||||||
# gatsby-plugin-now
|
# gatsby-plugin-now
|
||||||
packages/gatsby-plugin-now/test/fixtures
|
packages/gatsby-plugin-now/test/fixtures
|
||||||
|
|
||||||
# now-build-utils
|
# build-utils
|
||||||
packages/now-build-utils/test/fixtures
|
packages/build-utils/test/fixtures
|
||||||
|
|
||||||
# now-cli
|
# cli
|
||||||
packages/now-cli/@types
|
packages/cli/@types
|
||||||
packages/now-cli/download
|
packages/cli/download
|
||||||
packages/now-cli/dist
|
packages/cli/dist
|
||||||
packages/now-cli/test/fixtures
|
packages/cli/test/fixtures
|
||||||
packages/now-cli/test/dev/fixtures
|
packages/cli/test/dev/fixtures
|
||||||
packages/now-cli/bin
|
packages/cli/bin
|
||||||
packages/now-cli/link
|
packages/cli/link
|
||||||
packages/now-cli/src/util/dev/templates/*.ts
|
packages/cli/src/util/dev/templates/*.ts
|
||||||
|
|
||||||
# now-client
|
# client
|
||||||
packages/now-client/tests/fixtures
|
packages/client/tests/fixtures
|
||||||
packages/now-client/lib
|
packages/client/lib
|
||||||
|
|
||||||
# now-next
|
# next
|
||||||
packages/now-next/test/fixtures
|
packages/next/test/fixtures
|
||||||
|
|
||||||
# now-node
|
# node
|
||||||
packages/now-node/src/bridge.ts
|
packages/node/src/bridge.ts
|
||||||
packages/now-node/test/fixtures
|
packages/node/test/fixtures
|
||||||
|
|
||||||
# now-node-bridge
|
# node-bridge
|
||||||
packages/now-node-bridge/bridge.*
|
packages/node-bridge/bridge.*
|
||||||
|
|
||||||
# now-static-build
|
# static-build
|
||||||
packages/now-static-build/test/fixtures
|
packages/static-build/test/fixtures
|
||||||
packages/now-static-build/test/build-fixtures
|
packages/static-build/test/build-fixtures
|
||||||
|
|
||||||
# redwood
|
# redwood
|
||||||
packages/redwood/test/fixtures
|
packages/redwood/test/fixtures
|
||||||
|
|||||||
30
.github/CODEOWNERS
vendored
30
.github/CODEOWNERS
vendored
@@ -4,21 +4,21 @@
|
|||||||
* @TooTallNate
|
* @TooTallNate
|
||||||
/.github/workflows @AndyBitz @styfle
|
/.github/workflows @AndyBitz @styfle
|
||||||
/packages/frameworks @AndyBitz
|
/packages/frameworks @AndyBitz
|
||||||
/packages/now-cli/src/commands/dev @TooTallNate @styfle @AndyBitz
|
/packages/cli/src/commands/dev @TooTallNate @styfle @AndyBitz
|
||||||
/packages/now-cli/src/util/dev @TooTallNate @styfle @AndyBitz
|
/packages/cli/src/util/dev @TooTallNate @styfle @AndyBitz
|
||||||
/packages/now-cli/src/commands/domains @javivelasco @mglagola @anatrajkovska
|
/packages/cli/src/commands/domains @javivelasco @mglagola @anatrajkovska
|
||||||
/packages/now-cli/src/commands/certs @javivelasco @mglagola @anatrajkovska
|
/packages/cli/src/commands/certs @javivelasco @mglagola @anatrajkovska
|
||||||
/packages/now-cli/src/commands/env @styfle @lucleray
|
/packages/cli/src/commands/env @styfle @lucleray
|
||||||
/packages/now-client @rdev @styfle @TooTallNate
|
/packages/client @rdev @styfle @TooTallNate
|
||||||
/packages/now-build-utils @styfle @AndyBitz @TooTallNate
|
/packages/build-utils @styfle @AndyBitz @TooTallNate
|
||||||
/packages/now-node @styfle @TooTallNate @lucleray
|
/packages/node @styfle @TooTallNate @lucleray
|
||||||
/packages/now-node-bridge @styfle @TooTallNate @lucleray
|
/packages/node-bridge @styfle @TooTallNate @lucleray
|
||||||
/packages/now-next @Timer @ijjk
|
/packages/next @Timer @ijjk
|
||||||
/packages/now-go @styfle @TooTallNate
|
/packages/go @styfle @TooTallNate
|
||||||
/packages/now-python @styfle @TooTallNate
|
/packages/python @styfle @TooTallNate
|
||||||
/packages/now-ruby @styfle @coetry @TooTallNate
|
/packages/ruby @styfle @coetry @TooTallNate
|
||||||
/packages/now-static-build @styfle @AndyBitz
|
/packages/static-build @styfle @AndyBitz
|
||||||
/packages/now-routing-utils @styfle @dav-is @ijjk
|
/packages/routing-utils @styfle @dav-is @ijjk
|
||||||
/examples @mcsdevv @timothyis
|
/examples @mcsdevv @timothyis
|
||||||
/examples/create-react-app @Timer
|
/examples/create-react-app @Timer
|
||||||
/examples/nextjs @timneutkens @Timer
|
/examples/nextjs @timneutkens @Timer
|
||||||
|
|||||||
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -88,7 +88,7 @@ When you run this script, you'll see all imported files. If anything file is mis
|
|||||||
|
|
||||||
Sometimes you want to test changes to a Builder against an existing project, maybe with `vercel dev` or an actual deployment. You can avoid publishing every Builder change to npm by uploading the Builder as a tarball.
|
Sometimes you want to test changes to a Builder against an existing project, maybe with `vercel dev` or an actual deployment. You can avoid publishing every Builder change to npm by uploading the Builder as a tarball.
|
||||||
|
|
||||||
1. Change directory to the desired Builder `cd ./packages/now-node`
|
1. Change directory to the desired Builder `cd ./packages/node`
|
||||||
2. Run `yarn build` to compile typescript and other build steps
|
2. Run `yarn build` to compile typescript and other build steps
|
||||||
3. Run `npm pack` to create a tarball file
|
3. Run `npm pack` to create a tarball file
|
||||||
4. Run `vercel *.tgz` to upload the tarball file and get a URL
|
4. Run `vercel *.tgz` to upload the tarball file and get a URL
|
||||||
|
|||||||
2
.github/EXAMPLE_README_TEMPLATE.md
vendored
2
.github/EXAMPLE_README_TEMPLATE.md
vendored
@@ -6,7 +6,7 @@ This directory is a brief example of a [Name](site-link) site that can be deploy
|
|||||||
|
|
||||||
Deploy your own [Name] project with Vercel.
|
Deploy your own [Name] project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/example-directory)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/example-directory)
|
||||||
|
|
||||||
### How We Created This Example
|
### How We Created This Example
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/cancel.yml
vendored
2
.github/workflows/cancel.yml
vendored
@@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
- '!master'
|
- '!main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cancel:
|
cancel:
|
||||||
|
|||||||
9
.github/workflows/publish.yml
vendored
9
.github/workflows/publish.yml
vendored
@@ -3,7 +3,7 @@ name: Publish
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '!*'
|
- '!*'
|
||||||
|
|
||||||
@@ -12,10 +12,13 @@ jobs:
|
|||||||
name: Publish
|
name: Publish
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/setup-go@v2
|
||||||
- uses: actions/setup-node@v1
|
with:
|
||||||
|
go-version: '1.13.15'
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- name: Install
|
- name: Install
|
||||||
run: yarn install --check-files --frozen-lockfile --network-timeout 1000000
|
run: yarn install --check-files --frozen-lockfile --network-timeout 1000000
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
15
.github/workflows/test-integration-cli.yml
vendored
15
.github/workflows/test-integration-cli.yml
vendored
@@ -3,7 +3,7 @@ name: CLI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '!*'
|
- '!*'
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -19,18 +19,21 @@ jobs:
|
|||||||
node: [12]
|
node: [12]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '1.13.15'
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
- run: git --version
|
- run: git --version
|
||||||
- run: git fetch origin master --depth=100
|
- run: git fetch origin main --depth=100
|
||||||
- run: git fetch origin ${{ github.ref }} --depth=100
|
- run: git fetch origin ${{ github.ref }} --depth=100
|
||||||
- run: git diff origin/master...HEAD --name-only
|
- run: git diff origin/main...HEAD --name-only
|
||||||
- run: yarn install --network-timeout 1000000
|
- run: yarn install --network-timeout 1000000
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node }}
|
|
||||||
- run: yarn test-integration-cli --clean false
|
- run: yarn test-integration-cli --clean false
|
||||||
env:
|
env:
|
||||||
VERCEL_TEAM_TOKEN: ${{ secrets.VERCEL_TEAM_TOKEN }}
|
VERCEL_TEAM_TOKEN: ${{ secrets.VERCEL_TEAM_TOKEN }}
|
||||||
|
|||||||
17
.github/workflows/test-integration-dev.yml
vendored
17
.github/workflows/test-integration-dev.yml
vendored
@@ -3,7 +3,7 @@ name: Dev
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '!*'
|
- '!*'
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -19,21 +19,24 @@ jobs:
|
|||||||
node: [12]
|
node: [12]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '1.13.15'
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
- run: git --version
|
- run: git --version
|
||||||
- run: git fetch origin master --depth=100
|
- run: git fetch origin main --depth=100
|
||||||
- run: git fetch origin ${{ github.ref }} --depth=100
|
- run: git fetch origin ${{ github.ref }} --depth=100
|
||||||
- run: git diff origin/master...HEAD --name-only
|
- run: git diff origin/main...HEAD --name-only
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_macOS-64bit.tar.gz && tar -xzf hugo_0.56.0_macOS-64bit.tar.gz && mv ./hugo packages/now-cli/test/dev/fixtures/08-hugo/
|
run: curl -L -O https://github.com/gohugoio/hugo/releases/download/v0.56.0/hugo_0.56.0_macOS-64bit.tar.gz && tar -xzf hugo_0.56.0_macOS-64bit.tar.gz && mv ./hugo packages/cli/test/dev/fixtures/08-hugo/
|
||||||
- run: yarn install --network-timeout 1000000
|
- run: yarn install --network-timeout 1000000
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node }}
|
|
||||||
- run: yarn test-integration-dev --clean false
|
- run: yarn test-integration-dev --clean false
|
||||||
env:
|
env:
|
||||||
VERCEL_TEAM_TOKEN: ${{ secrets.VERCEL_TEAM_TOKEN }}
|
VERCEL_TEAM_TOKEN: ${{ secrets.VERCEL_TEAM_TOKEN }}
|
||||||
|
|||||||
12
.github/workflows/test-integration-once.yml
vendored
12
.github/workflows/test-integration-once.yml
vendored
@@ -3,7 +3,7 @@ name: E2E
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '!*'
|
- '!*'
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -14,13 +14,19 @@ jobs:
|
|||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '1.13.15'
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 12
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
- run: git --version
|
- run: git --version
|
||||||
- run: git fetch origin master --depth=100
|
- run: git fetch origin main --depth=100
|
||||||
- run: git fetch origin ${{ github.ref }} --depth=100
|
- run: git fetch origin ${{ github.ref }} --depth=100
|
||||||
- run: git diff origin/master...HEAD --name-only
|
- run: git diff origin/main...HEAD --name-only
|
||||||
- run: yarn install --network-timeout 1000000
|
- run: yarn install --network-timeout 1000000
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
- run: yarn test-integration-once --clean false
|
- run: yarn test-integration-once --clean false
|
||||||
|
|||||||
15
.github/workflows/test-unit.yml
vendored
15
.github/workflows/test-unit.yml
vendored
@@ -3,7 +3,7 @@ name: Unit
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
tags:
|
tags:
|
||||||
- '!*'
|
- '!*'
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -19,16 +19,19 @@ jobs:
|
|||||||
node: [12]
|
node: [12]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/setup-go@v2
|
||||||
|
with:
|
||||||
|
go-version: '1.13.15'
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: ${{ matrix.node }}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 100
|
fetch-depth: 100
|
||||||
- run: git --version
|
- run: git --version
|
||||||
- run: git fetch origin master --depth=100
|
- run: git fetch origin main --depth=100
|
||||||
- run: git fetch origin ${{ github.ref }} --depth=100
|
- run: git fetch origin ${{ github.ref }} --depth=100
|
||||||
- run: git diff origin/master...HEAD --name-only
|
- run: git diff origin/main...HEAD --name-only
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node }}
|
|
||||||
- run: yarn install --network-timeout 1000000
|
- run: yarn install --network-timeout 1000000
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
- run: yarn run lint
|
- run: yarn run lint
|
||||||
|
|||||||
22
.gitignore
vendored
22
.gitignore
vendored
@@ -9,17 +9,17 @@ coverage.lcov
|
|||||||
*.swp
|
*.swp
|
||||||
*.bak
|
*.bak
|
||||||
*.tgz
|
*.tgz
|
||||||
packages/now-cli/src/util/dev/templates/*.ts
|
packages/cli/src/util/dev/templates/*.ts
|
||||||
packages/now-cli/src/util/constants.ts
|
packages/cli/src/util/constants.ts
|
||||||
packages/now-cli/test/**/yarn.lock
|
packages/cli/test/**/yarn.lock
|
||||||
!packages/now-cli/test/dev/**/yarn.lock
|
!packages/cli/test/dev/**/yarn.lock
|
||||||
packages/now-cli/test/**/node_modules
|
packages/cli/test/**/node_modules
|
||||||
packages/now-cli/test/dev/fixtures/08-hugo/hugo
|
packages/cli/test/dev/fixtures/08-hugo/hugo
|
||||||
packages/now-cli/test/dev/fixtures/**/dist
|
packages/cli/test/dev/fixtures/**/dist
|
||||||
packages/now-cli/test/dev/fixtures/**/public
|
packages/cli/test/dev/fixtures/**/public
|
||||||
packages/now-cli/test/dev/fixtures/**/.now
|
packages/cli/test/dev/fixtures/**/.now
|
||||||
packages/now-cli/test/dev/fixtures/**/.vercel
|
packages/cli/test/dev/fixtures/**/.vercel
|
||||||
packages/now-cli/test/fixtures/integration
|
packages/cli/test/fixtures/integration
|
||||||
test/lib/deployment/failed-page.txt
|
test/lib/deployment/failed-page.txt
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.next
|
.next
|
||||||
|
|||||||
1
.husky/.gitignore
vendored
Normal file
1
.husky/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
_
|
||||||
4
.husky/pre-commit
Executable file
4
.husky/pre-commit
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
yarn pre-commit
|
||||||
332
LICENSE
332
LICENSE
@@ -1,190 +1,202 @@
|
|||||||
Apache License
|
|
||||||
Version 2.0, January 2004
|
|
||||||
https://www.apache.org/licenses/
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
1. Definitions.
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
"License" shall mean the terms and conditions for use, reproduction,
|
1. Definitions.
|
||||||
and distribution as defined by Sections 1 through 9 of this document.
|
|
||||||
|
|
||||||
"Licensor" shall mean the copyright owner or entity authorized by
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
the copyright owner that is granting the License.
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
"Legal Entity" shall mean the union of the acting entity and all
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
other entities that control, are controlled by, or are under common
|
the copyright owner that is granting the License.
|
||||||
control with that entity. For the purposes of this definition,
|
|
||||||
"control" means (i) the power, direct or indirect, to cause the
|
|
||||||
direction or management of such entity, whether by contract or
|
|
||||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
||||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
||||||
|
|
||||||
"You" (or "Your") shall mean an individual or Legal Entity
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
exercising permissions granted by this License.
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
"Source" form shall mean the preferred form for making modifications,
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
including but not limited to software source code, documentation
|
exercising permissions granted by this License.
|
||||||
source, and configuration files.
|
|
||||||
|
|
||||||
"Object" form shall mean any form resulting from mechanical
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
transformation or translation of a Source form, including but
|
including but not limited to software source code, documentation
|
||||||
not limited to compiled object code, generated documentation,
|
source, and configuration files.
|
||||||
and conversions to other media types.
|
|
||||||
|
|
||||||
"Work" shall mean the work of authorship, whether in Source or
|
"Object" form shall mean any form resulting from mechanical
|
||||||
Object form, made available under the License, as indicated by a
|
transformation or translation of a Source form, including but
|
||||||
copyright notice that is included in or attached to the work
|
not limited to compiled object code, generated documentation,
|
||||||
(an example is provided in the Appendix below).
|
and conversions to other media types.
|
||||||
|
|
||||||
"Derivative Works" shall mean any work, whether in Source or Object
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
form, that is based on (or derived from) the Work and for which the
|
Object form, made available under the License, as indicated by a
|
||||||
editorial revisions, annotations, elaborations, or other modifications
|
copyright notice that is included in or attached to the work
|
||||||
represent, as a whole, an original work of authorship. For the purposes
|
(an example is provided in the Appendix below).
|
||||||
of this License, Derivative Works shall not include works that remain
|
|
||||||
separable from, or merely link (or bind by name) to the interfaces of,
|
|
||||||
the Work and Derivative Works thereof.
|
|
||||||
|
|
||||||
"Contribution" shall mean any work of authorship, including
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
the original version of the Work and any modifications or additions
|
form, that is based on (or derived from) the Work and for which the
|
||||||
to that Work or Derivative Works thereof, that is intentionally
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
or by an individual or Legal Entity authorized to submit on behalf of
|
of this License, Derivative Works shall not include works that remain
|
||||||
the copyright owner. For the purposes of this definition, "submitted"
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
means any form of electronic, verbal, or written communication sent
|
the Work and Derivative Works thereof.
|
||||||
to the Licensor or its representatives, including but not limited to
|
|
||||||
communication on electronic mailing lists, source code control systems,
|
|
||||||
and issue tracking systems that are managed by, or on behalf of, the
|
|
||||||
Licensor for the purpose of discussing and improving the Work, but
|
|
||||||
excluding communication that is conspicuously marked or otherwise
|
|
||||||
designated in writing by the copyright owner as "Not a Contribution."
|
|
||||||
|
|
||||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
"Contribution" shall mean any work of authorship, including
|
||||||
on behalf of whom a Contribution has been received by Licensor and
|
the original version of the Work and any modifications or additions
|
||||||
subsequently incorporated within the Work.
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
subsequently incorporated within the Work.
|
||||||
copyright license to reproduce, prepare Derivative Works of,
|
|
||||||
publicly display, publicly perform, sublicense, and distribute the
|
|
||||||
Work and such Derivative Works in Source or Object form.
|
|
||||||
|
|
||||||
3. Grant of Patent License. Subject to the terms and conditions of
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
(except as stated in this section) patent license to make, have made,
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
where such license applies only to those patent claims licensable
|
Work and such Derivative Works in Source or Object form.
|
||||||
by such Contributor that are necessarily infringed by their
|
|
||||||
Contribution(s) alone or by combination of their Contribution(s)
|
|
||||||
with the Work to which such Contribution(s) was submitted. If You
|
|
||||||
institute patent litigation against any entity (including a
|
|
||||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
||||||
or a Contribution incorporated within the Work constitutes direct
|
|
||||||
or contributory patent infringement, then any patent licenses
|
|
||||||
granted to You under this License for that Work shall terminate
|
|
||||||
as of the date such litigation is filed.
|
|
||||||
|
|
||||||
4. Redistribution. You may reproduce and distribute copies of the
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
Work or Derivative Works thereof in any medium, with or without
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
modifications, and in Source or Object form, provided that You
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
meet the following conditions:
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
(a) You must give any other recipients of the Work or
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
Derivative Works a copy of this License; and
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
(b) You must cause any modified files to carry prominent notices
|
(a) You must give any other recipients of the Work or
|
||||||
stating that You changed the files; and
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
(c) You must retain, in the Source form of any Derivative Works
|
(b) You must cause any modified files to carry prominent notices
|
||||||
that You distribute, all copyright, patent, trademark, and
|
stating that You changed the files; and
|
||||||
attribution notices from the Source form of the Work,
|
|
||||||
excluding those notices that do not pertain to any part of
|
|
||||||
the Derivative Works; and
|
|
||||||
|
|
||||||
(d) If the Work includes a "NOTICE" text file as part of its
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
distribution, then any Derivative Works that You distribute must
|
that You distribute, all copyright, patent, trademark, and
|
||||||
include a readable copy of the attribution notices contained
|
attribution notices from the Source form of the Work,
|
||||||
within such NOTICE file, excluding those notices that do not
|
excluding those notices that do not pertain to any part of
|
||||||
pertain to any part of the Derivative Works, in at least one
|
the Derivative Works; and
|
||||||
of the following places: within a NOTICE text file distributed
|
|
||||||
as part of the Derivative Works; within the Source form or
|
|
||||||
documentation, if provided along with the Derivative Works; or,
|
|
||||||
within a display generated by the Derivative Works, if and
|
|
||||||
wherever such third-party notices normally appear. The contents
|
|
||||||
of the NOTICE file are for informational purposes only and
|
|
||||||
do not modify the License. You may add Your own attribution
|
|
||||||
notices within Derivative Works that You distribute, alongside
|
|
||||||
or as an addendum to the NOTICE text from the Work, provided
|
|
||||||
that such additional attribution notices cannot be construed
|
|
||||||
as modifying the License.
|
|
||||||
|
|
||||||
You may add Your own copyright statement to Your modifications and
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
may provide additional or different license terms and conditions
|
distribution, then any Derivative Works that You distribute must
|
||||||
for use, reproduction, or distribution of Your modifications, or
|
include a readable copy of the attribution notices contained
|
||||||
for any such Derivative Works as a whole, provided Your use,
|
within such NOTICE file, excluding those notices that do not
|
||||||
reproduction, and distribution of the Work otherwise complies with
|
pertain to any part of the Derivative Works, in at least one
|
||||||
the conditions stated in this License.
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
You may add Your own copyright statement to Your modifications and
|
||||||
any Contribution intentionally submitted for inclusion in the Work
|
may provide additional or different license terms and conditions
|
||||||
by You to the Licensor shall be under the terms and conditions of
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
this License, without any additional terms or conditions.
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
Notwithstanding the above, nothing herein shall supersede or modify
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
the terms of any separate license agreement you may have executed
|
the conditions stated in this License.
|
||||||
with Licensor regarding such Contributions.
|
|
||||||
|
|
||||||
6. Trademarks. This License does not grant permission to use the trade
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
names, trademarks, service marks, or product names of the Licensor,
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
except as required for reasonable and customary use in describing the
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
origin of the Work and reproducing the content of the NOTICE file.
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
agreed to in writing, Licensor provides the Work (and each
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
except as required for reasonable and customary use in describing the
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
implied, including, without limitation, any warranties or conditions
|
|
||||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
||||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
||||||
appropriateness of using or redistributing the Work and assume any
|
|
||||||
risks associated with Your exercise of permissions under this License.
|
|
||||||
|
|
||||||
8. Limitation of Liability. In no event and under no legal theory,
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
whether in tort (including negligence), contract, or otherwise,
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
unless required by applicable law (such as deliberate and grossly
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
negligent acts) or agreed to in writing, shall any Contributor be
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
liable to You for damages, including any direct, indirect, special,
|
implied, including, without limitation, any warranties or conditions
|
||||||
incidental, or consequential damages of any character arising as a
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
result of this License or out of the use or inability to use the
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
Work (including but not limited to damages for loss of goodwill,
|
appropriateness of using or redistributing the Work and assume any
|
||||||
work stoppage, computer failure or malfunction, or any and all
|
risks associated with Your exercise of permissions under this License.
|
||||||
other commercial damages or losses), even if such Contributor
|
|
||||||
has been advised of the possibility of such damages.
|
|
||||||
|
|
||||||
9. Accepting Warranty or Additional Liability. While redistributing
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
the Work or Derivative Works thereof, You may choose to offer,
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
unless required by applicable law (such as deliberate and grossly
|
||||||
or other liability obligations and/or rights consistent with this
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
License. However, in accepting such obligations, You may act only
|
liable to You for damages, including any direct, indirect, special,
|
||||||
on Your own behalf and on Your sole responsibility, not on behalf
|
incidental, or consequential damages of any character arising as a
|
||||||
of any other Contributor, and only if You agree to indemnify,
|
result of this License or out of the use or inability to use the
|
||||||
defend, and hold each Contributor harmless for any liability
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
incurred by, or claims asserted against, such Contributor by reason
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
of your accepting any such warranty or additional liability.
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
Copyright 2017 Vercel, Inc.
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
https://www.apache.org/licenses/LICENSE-2.0
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Copyright 2017 Vercel, Inc.
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
See the License for the specific language governing permissions and
|
you may not use this file except in compliance with the License.
|
||||||
limitations under the License.
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<p align="center">Develop. Preview. Ship.</p>
|
<p align="center">Develop. Preview. Ship.</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://github.com/vercel/vercel/actions?workflow=CI)
|
[](https://github.com/vercel/vercel/actions/workflows/test-unit.yml)
|
||||||
[](https://github.com/vercel/vercel/discussions)
|
[](https://github.com/vercel/vercel/discussions)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -24,7 +24,7 @@ For details on how to use Vercel, check out our [documentation](https://vercel.c
|
|||||||
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
|
1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
|
||||||
2. Install dependencies with `yarn install`
|
2. Install dependencies with `yarn install`
|
||||||
3. Compile the code: `yarn build`
|
3. Compile the code: `yarn build`
|
||||||
4. Link the package to the global module directory: `cd ./packages/now-cli && yarn link`
|
4. Link the package to the global module directory: `cd ./packages/cli && yarn link`
|
||||||
5. You can start using `vercel` anywhere inside the command line
|
5. You can start using `vercel` anywhere inside the command line
|
||||||
|
|
||||||
As always, you should use `yarn test-unit` to run the tests and see if your changes have broken anything.
|
As always, you should use `yarn test-unit` to run the tests and see if your changes have broken anything.
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { errorHandler } from './error-handler';
|
import { errorHandler } from './error-handler';
|
||||||
|
|
||||||
type Handler = (req: NowRequest, res: NowResponse) => Promise<any>;
|
type Handler = (req: VercelRequest, res: VercelResponse) => Promise<any>;
|
||||||
|
|
||||||
export function withApiHandler(handler: Handler): Handler {
|
export function withApiHandler(handler: Handler): Handler {
|
||||||
return async (req: NowRequest, res: NowResponse) => {
|
return async (req: VercelRequest, res: VercelResponse) => {
|
||||||
res.setHeader('Access-Control-Allow-Origin', '*');
|
res.setHeader('Access-Control-Allow-Origin', '*');
|
||||||
res.setHeader('Access-Control-Allow-Methods', 'GET');
|
res.setHeader('Access-Control-Allow-Methods', 'GET');
|
||||||
res.setHeader(
|
res.setHeader(
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import fs from 'fs';
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import tar from 'tar-fs';
|
import tar from 'tar-fs';
|
||||||
import { extract } from '../../_lib/examples/extract';
|
import { extract } from '../../_lib/examples/extract';
|
||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { withApiHandler } from '../../_lib/util/with-api-handler';
|
import { withApiHandler } from '../../_lib/util/with-api-handler';
|
||||||
|
|
||||||
const TMP_DIR = '/tmp';
|
const TMP_DIR = '/tmp';
|
||||||
@@ -11,7 +11,7 @@ function isDirectory(path: string) {
|
|||||||
return fs.existsSync(path) && fs.lstatSync(path).isDirectory();
|
return fs.existsSync(path) && fs.lstatSync(path).isDirectory();
|
||||||
}
|
}
|
||||||
|
|
||||||
function notFound(res: NowResponse, message: string) {
|
function notFound(res: VercelResponse, message: string) {
|
||||||
return res.status(404).send({
|
return res.status(404).send({
|
||||||
error: {
|
error: {
|
||||||
code: 'not_found',
|
code: 'not_found',
|
||||||
@@ -36,8 +36,8 @@ function streamToBuffer(stream: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default withApiHandler(async function (
|
export default withApiHandler(async function (
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
) {
|
) {
|
||||||
const ext = '.tar.gz';
|
const ext = '.tar.gz';
|
||||||
const { segment = '' } = req.query;
|
const { segment = '' } = req.query;
|
||||||
@@ -48,8 +48,8 @@ export default withApiHandler(async function (
|
|||||||
|
|
||||||
const example = segment.slice(0, -ext.length);
|
const example = segment.slice(0, -ext.length);
|
||||||
|
|
||||||
await extract('https://github.com/vercel/vercel/archive/master.zip', TMP_DIR);
|
await extract('https://github.com/vercel/vercel/archive/main.zip', TMP_DIR);
|
||||||
const directory = `${TMP_DIR}/vercel-master/examples/${example}`;
|
const directory = `${TMP_DIR}/vercel-main/examples/${example}`;
|
||||||
|
|
||||||
if (!isDirectory(directory)) {
|
if (!isDirectory(directory)) {
|
||||||
return notFound(res, `Example '${example}' was not found.`);
|
return notFound(res, `Example '${example}' was not found.`);
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import parseGitUrl from 'parse-github-url';
|
import parseGitUrl from 'parse-github-url';
|
||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { withApiHandler } from '../_lib/util/with-api-handler';
|
import { withApiHandler } from '../_lib/util/with-api-handler';
|
||||||
import { getGitHubRepoInfo } from '../_lib/examples/github-repo-info';
|
import { getGitHubRepoInfo } from '../_lib/examples/github-repo-info';
|
||||||
import { getGitLabRepoInfo } from '../_lib/examples/gitlab-repo-info';
|
import { getGitLabRepoInfo } from '../_lib/examples/gitlab-repo-info';
|
||||||
|
|
||||||
export default withApiHandler(async function (
|
export default withApiHandler(async function (
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
) {
|
) {
|
||||||
const repoPath = decodeURIComponent((req.query.repo as string) || '');
|
const repoPath = decodeURIComponent((req.query.repo as string) || '');
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { getExampleList } from '../_lib/examples/example-list';
|
import { getExampleList } from '../_lib/examples/example-list';
|
||||||
import { withApiHandler } from '../_lib/util/with-api-handler';
|
import { withApiHandler } from '../_lib/util/with-api-handler';
|
||||||
|
|
||||||
export default withApiHandler(async function (
|
export default withApiHandler(async function (
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
) {
|
) {
|
||||||
res.status(200).json(await getExampleList());
|
res.status(200).json(await getExampleList());
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
import { extract } from '../_lib/examples/extract';
|
import { extract } from '../_lib/examples/extract';
|
||||||
import { summary } from '../_lib/examples/summary';
|
import { summary } from '../_lib/examples/summary';
|
||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { mapOldToNew } from '../_lib/examples/map-old-to-new';
|
import { mapOldToNew } from '../_lib/examples/map-old-to-new';
|
||||||
import { withApiHandler } from '../_lib/util/with-api-handler';
|
import { withApiHandler } from '../_lib/util/with-api-handler';
|
||||||
|
|
||||||
export default withApiHandler(async function (
|
export default withApiHandler(async function (
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
) {
|
) {
|
||||||
await extract('https://github.com/vercel/vercel/archive/master.zip', '/tmp');
|
await extract('https://github.com/vercel/vercel/archive/main.zip', '/tmp');
|
||||||
const exampleList = summary('/tmp/vercel-master/examples');
|
const exampleList = summary('/tmp/vercel-main/examples');
|
||||||
|
|
||||||
const existingExamples = Array.from(exampleList).map(key => ({
|
const existingExamples = Array.from(exampleList).map(key => ({
|
||||||
name: key,
|
name: key,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
import { withApiHandler } from './_lib/util/with-api-handler';
|
import { withApiHandler } from './_lib/util/with-api-handler';
|
||||||
import _frameworks, { Framework } from '../packages/frameworks';
|
import _frameworks, { Framework } from '../packages/frameworks';
|
||||||
|
|
||||||
@@ -27,8 +27,8 @@ const frameworks = (_frameworks as Framework[])
|
|||||||
});
|
});
|
||||||
|
|
||||||
export default withApiHandler(async function (
|
export default withApiHandler(async function (
|
||||||
req: NowRequest,
|
req: VercelRequest,
|
||||||
res: NowResponse
|
res: VercelResponse
|
||||||
) {
|
) {
|
||||||
res.setHeader('Access-Control-Allow-Origin', '*');
|
res.setHeader('Access-Control-Allow-Origin', '*');
|
||||||
res.setHeader('Access-Control-Allow-Methods', 'GET');
|
res.setHeader('Access-Control-Allow-Methods', 'GET');
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/node": "5.11.1",
|
"@sentry/node": "5.11.1",
|
||||||
"got": "10.2.1",
|
"got": "10.2.1",
|
||||||
"node-fetch": "2.6.0",
|
"node-fetch": "2.6.1",
|
||||||
"parse-github-url": "1.0.2",
|
"parse-github-url": "1.0.2",
|
||||||
"tar-fs": "2.0.0",
|
"tar-fs": "2.0.0",
|
||||||
"unzip-stream": "0.3.0"
|
"unzip-stream": "0.3.0"
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "13.1.4",
|
"@types/node": "13.1.4",
|
||||||
"@types/node-fetch": "2.5.4",
|
"@types/node-fetch": "2.5.4",
|
||||||
"@vercel/node": "1.7.2",
|
"@vercel/node": "1.9.0",
|
||||||
"typescript": "3.9.6"
|
"typescript": "3.9.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -134,10 +134,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
|
|
||||||
"@vercel/node@1.7.2":
|
"@vercel/node@1.9.0":
|
||||||
version "1.7.2"
|
version "1.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.7.2.tgz#85cb8aac661c02dfef6fe752740f5b162e90767b"
|
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.9.0.tgz#6b64f3b9a962ddb1089276fad00f441a1f4b9cf0"
|
||||||
integrity sha512-XV5lrLC+K/cxsaFj8H2OoGu1zliOqnxcrOnPInI8HmQjR/Tztt+0nzgpt+7sx8wXcrib0Nu7lK303jP7VjSETw==
|
integrity sha512-Vk/ZpuY4Cdc8oUwBi/kf8qETRaJb/KYdFddVkLuS10QwA0yJx+RQ11trhZ1KFUdc27aBr5S2k8/dDxK8sLr+IA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
ts-node "8.9.1"
|
ts-node "8.9.1"
|
||||||
@@ -362,10 +362,10 @@ ms@^2.1.1:
|
|||||||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
||||||
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
||||||
|
|
||||||
node-fetch@2.6.0:
|
node-fetch@2.6.1:
|
||||||
version "2.6.0"
|
version "2.6.1"
|
||||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
||||||
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
|
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
||||||
|
|
||||||
normalize-url@^4.1.0:
|
normalize-url@^4.1.0:
|
||||||
version "4.5.0"
|
version "4.5.0"
|
||||||
|
|||||||
@@ -7,4 +7,5 @@ You specified the `--scope` flag and specified the ID or slug of a team that you
|
|||||||
#### Possible Ways to Fix It
|
#### Possible Ways to Fix It
|
||||||
|
|
||||||
- Make sure commands like `vercel ls` work just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again using `vercel login`.
|
- Make sure commands like `vercel ls` work just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again using `vercel login`.
|
||||||
- Ensure that the scope you specified using `--scope` shows up in the output of `vercel switch`. If it doesn't, you're either not part of the team (if you specified a team) or you logged into the wrong user account.
|
- If you're using the `--token` flag, make sure your token is not expired. You can generate a new token on your [Settings page](https://vercel.com/account/tokens).
|
||||||
|
- Ensure that the scope you specified using `--scope` flag shows up in the output of `vercel switch`. If it doesn't, you're either not a member of the team or you logged into the wrong user account. You can ask an owner of the team to invite you.
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
#### Why This Error Occurred
|
#### Why This Error Occurred
|
||||||
|
|
||||||
You specified the `--scope` flag and specified the ID or slug of a team that does not exist or that you're not a part of. Similarly you might have specified the ID or username of user whose account you don't own.
|
You specified the `--scope` flag and specified the ID or slug of a team that does not exist or that you're not a member. Similarly you might have specified the ID or username of user whose account you don't own.
|
||||||
|
|
||||||
#### Possible Ways to Fix It
|
#### Possible Ways to Fix It
|
||||||
|
|
||||||
If you're sure the specified team exists, please make sure that you're a part of it (ask an owner of the team to invite you). If you specified the identifier of a user, make sure you are actually the owner of this account.
|
- Make sure commands like `vercel ls` work just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again using `vercel login`.
|
||||||
|
- If you're using the `--token` flag, make sure your token is not expired. You can generate a new token on your [Settings page](https://vercel.com/account/tokens).
|
||||||
Otherwise, either create a team with the specified slug or ensure that the identifier is correct if you're sure that the scope exists.
|
- Ensure that the scope you specified using `--scope` flag shows up in the output of `vercel switch`. If it doesn't, you're either not a member of the team or you logged into the wrong user account. You can ask an owner of the team to invite you.
|
||||||
|
|||||||
14
examples/README.md
vendored
14
examples/README.md
vendored
@@ -44,13 +44,13 @@ We are continuously improving our examples based on best practices and feedback
|
|||||||
|
|
||||||
For example, the previous `nodejs` example showed a static frontend with a Node.js API. This is illustrated in the `svelte` example. Below is a table that lists some of the most popular previous examples and the equivalent replacement:
|
For example, the previous `nodejs` example showed a static frontend with a Node.js API. This is illustrated in the `svelte` example. Below is a table that lists some of the most popular previous examples and the equivalent replacement:
|
||||||
|
|
||||||
| Previous Example | New Example |
|
| Previous Example | New Example |
|
||||||
| ----------------- | ------------------------------------------------------------------------------------------ |
|
| ----------------- | ---------------------------------------------------------------------------------------- |
|
||||||
| **monorepo** | [gatsby-functions](https://github.com/vercel/vercel/tree/master/examples/gatsby) |
|
| **monorepo** | [gatsby-functions](https://github.com/vercel/vercel/tree/main/examples/gatsby) |
|
||||||
| **nodejs** | [svelte-functions](https://github.com/vercel/vercel/tree/master/examples/svelte) |
|
| **nodejs** | [svelte-functions](https://github.com/vercel/vercel/tree/main/examples/svelte) |
|
||||||
| **nextjs-static** | [nextjs](https://github.com/vercel/vercel/tree/master/examples/nextjs) |
|
| **nextjs-static** | [nextjs](https://github.com/vercel/vercel/tree/main/examples/nextjs) |
|
||||||
| **vanilla-go** | [create-react-app](https://github.com/vercel/vercel/tree/master/examples/create-react-app) |
|
| **vanilla-go** | [create-react-app](https://github.com/vercel/vercel/tree/main/examples/create-react-app) |
|
||||||
| **typescript** | [gatsby-functions](https://github.com/vercel/vercel/tree/master/examples/gatsby) |
|
| **typescript** | [gatsby-functions](https://github.com/vercel/vercel/tree/main/examples/gatsby) |
|
||||||
|
|
||||||
## Migrating and Upgrading
|
## Migrating and Upgrading
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of an [AMP](https://amp.dev/) site that can be
|
|||||||
|
|
||||||
Deploy your own AMP project with Vercel.
|
Deploy your own AMP project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/amp)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/amp)
|
||||||
|
|
||||||
_Live Example: https://amp.now-examples.now.sh_
|
_Live Example: https://amp.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
2
examples/angular/.gitignore
vendored
2
examples/angular/.gitignore
vendored
@@ -48,3 +48,5 @@ Thumbs.db
|
|||||||
# Environment Variables
|
# Environment Variables
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ This directory is a brief example of an [Angular](https://angular.io/) app that
|
|||||||
|
|
||||||
Deploy your own Angular project with Vercel.
|
Deploy your own Angular project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/angular)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/angular)
|
||||||
|
|
||||||
_Live Example: https://angular.now-examples.now.sh_
|
_Live Example: https://angular.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
7222
examples/angular/yarn.lock
Normal file
7222
examples/angular/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ This directory is a brief example of a [Blitz.js](https://blitzjs.com/) project
|
|||||||
|
|
||||||
Deploy your own Blitz.js project with Vercel by viewing the [documentation on deploying to Vercel](https://blitzjs.com/docs/deploy-vercel)
|
Deploy your own Blitz.js project with Vercel by viewing the [documentation on deploying to Vercel](https://blitzjs.com/docs/deploy-vercel)
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/blitzjs)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/blitzjs)
|
||||||
|
|
||||||
### How We Created This Example
|
### How We Created This Example
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/cli": "latest",
|
"@prisma/cli": "latest",
|
||||||
"@prisma/client": "latest",
|
"@prisma/client": "latest",
|
||||||
"blitz": "latest",
|
"blitz": "0.17.0",
|
||||||
"react": "experimental",
|
"react": "experimental",
|
||||||
"react-dom": "experimental"
|
"react-dom": "experimental"
|
||||||
},
|
},
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
"lint-staged": "10.2.10",
|
"lint-staged": "10.2.10",
|
||||||
"prettier": "2.0.5",
|
"prettier": "2.0.5",
|
||||||
"pretty-quick": "2.0.1",
|
"pretty-quick": "2.0.1",
|
||||||
"typescript": "3.9.5"
|
"typescript": "4.1.5"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
|||||||
9388
examples/blitzjs/yarn.lock
Normal file
9388
examples/blitzjs/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
1
examples/brunch/.gitignore
vendored
1
examples/brunch/.gitignore
vendored
@@ -28,3 +28,4 @@ public/
|
|||||||
# Environment Variables
|
# Environment Variables
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of a [Brunch](https://brunch.io/) site that ca
|
|||||||
|
|
||||||
Deploy your own Brunch project with Vercel.
|
Deploy your own Brunch project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/brunch)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/brunch)
|
||||||
|
|
||||||
_Live Example: https://brunch.now-examples.now.sh_
|
_Live Example: https://brunch.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
3475
examples/brunch/yarn.lock
Normal file
3475
examples/brunch/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
1
examples/create-react-app/.gitignore
vendored
1
examples/create-react-app/.gitignore
vendored
@@ -26,3 +26,4 @@ yarn-error.log*
|
|||||||
# Environment Variables
|
# Environment Variables
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
README.md
|
README.md
|
||||||
yarn.lock
|
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [React](https://reactjs.org/) app with [S
|
|||||||
|
|
||||||
Deploy your own React project, along with Serverless Functions, with Vercel.
|
Deploy your own React project, along with Serverless Functions, with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/create-react-app-functions)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/create-react-app-functions)
|
||||||
|
|
||||||
_Live Example: https://create-react-app.now-examples.now.sh/_
|
_Live Example: https://create-react-app.now-examples.now.sh/_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module example-date
|
module example-date
|
||||||
|
|
||||||
go 1.12
|
go 1.16
|
||||||
@@ -28,7 +28,7 @@ function App() {
|
|||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/vercel/vercel/tree/master/examples/create-react-app"
|
href="https://github.com/vercel/vercel/tree/main/examples/create-react-app"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
10714
examples/create-react-app/yarn.lock
Normal file
10714
examples/create-react-app/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1 @@
|
|||||||
README.md
|
README.md
|
||||||
yarn.lock
|
|
||||||
@@ -6,7 +6,7 @@ This directory is a brief example of using a Custom Build script that can be dep
|
|||||||
|
|
||||||
Deploy your own Custom Built project with Vercel.
|
Deploy your own Custom Built project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/custom-build)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/custom-build)
|
||||||
|
|
||||||
_Live Example: https://custom-build.now-examples.now.sh_
|
_Live Example: https://custom-build.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of a [Docusaurus](https://v2.docusaurus.io) si
|
|||||||
|
|
||||||
Deploy your own Docusaurus project with Vercel.
|
Deploy your own Docusaurus project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/docusaurus-2)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/docusaurus-2)
|
||||||
|
|
||||||
### How We Created This Example
|
### How We Created This Example
|
||||||
|
|
||||||
|
|||||||
3
examples/docusaurus/.gitignore
vendored
3
examples/docusaurus/.gitignore
vendored
@@ -7,9 +7,10 @@ lib/core/MetadataBlog.js
|
|||||||
|
|
||||||
translated_docs
|
translated_docs
|
||||||
build/
|
build/
|
||||||
yarn.lock
|
|
||||||
node_modules
|
node_modules
|
||||||
i18n/*
|
i18n/*
|
||||||
|
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
1
examples/docusaurus/.vercelignore
Normal file
1
examples/docusaurus/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Docusaurus](https://docusaurus.io/) site
|
|||||||
|
|
||||||
Deploy your own Docusaurus project with Vercel.
|
Deploy your own Docusaurus project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/docusaurus)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/docusaurus)
|
||||||
|
|
||||||
_Live Example: https://docusaurus.now-examples.now.sh_
|
_Live Example: https://docusaurus.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
6976
examples/docusaurus/yarn.lock
Normal file
6976
examples/docusaurus/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
2
examples/dojo/.gitignore
vendored
2
examples/dojo/.gitignore
vendored
@@ -2,3 +2,5 @@ node_modules/
|
|||||||
_build/
|
_build/
|
||||||
output/
|
output/
|
||||||
.cert/
|
.cert/
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of a [Dojo](https://dojo.io) site that can be
|
|||||||
|
|
||||||
Deploy your own Dojo project with Vercel.
|
Deploy your own Dojo project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/dojo)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/dojo)
|
||||||
|
|
||||||
### How We Created This Example
|
### How We Created This Example
|
||||||
|
|
||||||
|
|||||||
11081
examples/dojo/yarn.lock
Normal file
11081
examples/dojo/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
1
examples/eleventy/.vercelignore
Normal file
1
examples/eleventy/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Eleventy](https://www.11ty.io/) site tha
|
|||||||
|
|
||||||
Deploy your own Eleventy project with Vercel.
|
Deploy your own Eleventy project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/eleventy)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/eleventy)
|
||||||
|
|
||||||
_Live Example: https://eleventy.now-examples.now.sh_
|
_Live Example: https://eleventy.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
3126
examples/eleventy/yarn.lock
Normal file
3126
examples/eleventy/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ This directory is a brief example of an [Ember](https://emberjs.com/) app that c
|
|||||||
|
|
||||||
Deploy your own Ember project with Vercel.
|
Deploy your own Ember project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/ember)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ember)
|
||||||
|
|
||||||
_Live Example: https://ember.now-examples.now.sh_
|
_Live Example: https://ember.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
8912
examples/ember/yarn.lock
Normal file
8912
examples/ember/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
2
examples/gatsby/.gitignore
vendored
2
examples/gatsby/.gitignore
vendored
@@ -68,3 +68,5 @@ yarn-error.log
|
|||||||
.pnp.js
|
.pnp.js
|
||||||
# Yarn Integrity file
|
# Yarn Integrity file
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Gatsby](https://www.gatsbyjs.org/) app w
|
|||||||
|
|
||||||
Deploy your own Gatsby project, along with Serverless Functions, with Vercel.
|
Deploy your own Gatsby project, along with Serverless Functions, with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/gatsby)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/gatsby)
|
||||||
|
|
||||||
_Live Example: https://gatsby.now-examples.now.sh_
|
_Live Example: https://gatsby.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { NowRequest, NowResponse } from '@vercel/node';
|
import { VercelRequest, VercelResponse } from '@vercel/node';
|
||||||
|
|
||||||
export default (_req: NowRequest, res: NowResponse) => {
|
export default (_req: VercelRequest, res: VercelResponse) => {
|
||||||
const date = new Date().toString();
|
const date = new Date().toString();
|
||||||
res.status(200).send(date);
|
res.status(200).send(date);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"react-helmet": "^5.2.0"
|
"react-helmet": "^5.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/node": "1.8.5"
|
"@vercel/node": "1.9.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "gatsby develop",
|
"dev": "gatsby develop",
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ function Index() {
|
|||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/vercel/vercel/tree/master/examples/gatsby"
|
href="https://github.com/vercel/vercel/tree/main/examples/gatsby"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1400,10 +1400,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
wonka "^4.0.14"
|
wonka "^4.0.14"
|
||||||
|
|
||||||
"@vercel/node@1.8.5":
|
"@vercel/node@1.9.0":
|
||||||
version "1.8.5"
|
version "1.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.8.5.tgz#2c8b9532f1bb25734a9964c52973386ed78022d4"
|
resolved "https://registry.yarnpkg.com/@vercel/node/-/node-1.9.0.tgz#6b64f3b9a962ddb1089276fad00f441a1f4b9cf0"
|
||||||
integrity sha512-1iw7FSR8Oau6vZB1MWfBnA5q2a/IqRHiSZSbt8lz0dyTF599q8pc5GcSv/TvmrYaEGzh3+N0S4cbmuMCqVlwJg==
|
integrity sha512-Vk/ZpuY4Cdc8oUwBi/kf8qETRaJb/KYdFddVkLuS10QwA0yJx+RQ11trhZ1KFUdc27aBr5S2k8/dDxK8sLr+IA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node" "*"
|
"@types/node" "*"
|
||||||
ts-node "8.9.1"
|
ts-node "8.9.1"
|
||||||
|
|||||||
2
examples/gridsome/.gitignore
vendored
2
examples/gridsome/.gitignore
vendored
@@ -6,3 +6,5 @@ node_modules
|
|||||||
dist
|
dist
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
1
examples/gridsome/.vercelignore
Normal file
1
examples/gridsome/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Gridsome](https://gridsome.org/) app tha
|
|||||||
|
|
||||||
Deploy your own Gridsome project with Vercel.
|
Deploy your own Gridsome project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/gridsome)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/gridsome)
|
||||||
|
|
||||||
_Live Example: https://gridsome.now-examples.now.sh_
|
_Live Example: https://gridsome.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
9001
examples/gridsome/yarn.lock
Normal file
9001
examples/gridsome/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
1
examples/hexo/.gitignore
vendored
1
examples/hexo/.gitignore
vendored
@@ -7,3 +7,4 @@ public/
|
|||||||
.deploy*/
|
.deploy*/
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
.vercel
|
||||||
|
|||||||
1
examples/hexo/.vercelignore
Normal file
1
examples/hexo/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Hexo](https://hexo.io/) site that can be
|
|||||||
|
|
||||||
Deploy your own Hexo project with Vercel.
|
Deploy your own Hexo project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/hexo)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/hexo)
|
||||||
|
|
||||||
_Live Example: https://hexo.now-examples.now.sh_
|
_Live Example: https://hexo.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
1259
examples/hexo/yarn.lock
Normal file
1259
examples/hexo/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ This directory is a brief example of a [Hugo](https://gohugo.io/) app that can b
|
|||||||
|
|
||||||
Deploy your own Hugo project with Vercel.
|
Deploy your own Hugo project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/hugo)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/hugo)
|
||||||
|
|
||||||
_Live Example: https://hugo.now-examples.now.sh_
|
_Live Example: https://hugo.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic Angular](https://ionicframework.c
|
|||||||
|
|
||||||
Deploy your own Ionic Angular project with Vercel.
|
Deploy your own Ionic Angular project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/ionic-angular)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ionic-angular)
|
||||||
|
|
||||||
_Live Example: https://ionic-angular.now-examples.now.sh_
|
_Live Example: https://ionic-angular.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,10 @@
|
|||||||
"outDir": "../out-tsc/app",
|
"outDir": "../out-tsc/app",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"types": ["jasmine", "jasminewd2", "node"]
|
"types": [
|
||||||
|
"jasmine",
|
||||||
|
"jasminewd2",
|
||||||
|
"node"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "www",
|
"public": "www",
|
||||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"**/.*",
|
||||||
|
"**/node_modules/**"
|
||||||
|
],
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "**",
|
"source": "**",
|
||||||
@@ -24,7 +28,8 @@
|
|||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"key": "Link",
|
"key": "Link",
|
||||||
"value": "</25.1b3c099ae403f43312d0.js>;rel=preload;as=script,</42.91f2cf76f9e429447426.js>;rel=preload;as=script,</assets/img/ica-slidebox-img-1.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-2.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-3.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-4.png>;rel=preload;as=script,</styles.c3b77cedd39edf7f2ba7.css>;rel=preload;as=style,</runtime.c658d4aee58a354b92a4.js>;rel=preload;as=script,</polyfills.83e506f1c32447a5a917.js>;rel=preload;as=script,</main.d18c9fbebcc1ea7206dd.js>;rel=preload;as=script,</common.95b27ec389e8789da858.js>;rel=preload;as=script,</118.34bf2ef085eaf0e363f1.js>;rel=preload;as=script,</120.5225f4140a92422328f1.js>;rel=preload;as=script,</28.6d73bdf869c966907e65.js>;rel=preload;as=script,</46.d30624137fdd3c3d67a4.js>;rel=preload;as=script,</176.dfa169e16d326704de08.js>;rel=preload;as=script,</106.896eb88d791c9b3500a6.js>;rel=preload;as=script,</8.5deb8afd2d9798907a78.js>;rel=preload;as=script,</146.6fb45a20998ca61d9fbb.js>;rel=preload;as=script,</92.8431776ac4239463d31f.js>;rel=preload;as=script,</10.9dfc5381b71f20b8d830.js>;rel=preload;as=script,</5.ddd0a72185376268a758.js>;rel=preload;as=script,</4.54d1be505b517fb8a365.js>;rel=preload;as=script,"
|
"value":
|
||||||
|
"</25.1b3c099ae403f43312d0.js>;rel=preload;as=script,</42.91f2cf76f9e429447426.js>;rel=preload;as=script,</assets/img/ica-slidebox-img-1.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-2.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-3.png>;rel=preload;as=script,</assets/img/ica-slidebox-img-4.png>;rel=preload;as=script,</styles.c3b77cedd39edf7f2ba7.css>;rel=preload;as=style,</runtime.c658d4aee58a354b92a4.js>;rel=preload;as=script,</polyfills.83e506f1c32447a5a917.js>;rel=preload;as=script,</main.d18c9fbebcc1ea7206dd.js>;rel=preload;as=script,</common.95b27ec389e8789da858.js>;rel=preload;as=script,</118.34bf2ef085eaf0e363f1.js>;rel=preload;as=script,</120.5225f4140a92422328f1.js>;rel=preload;as=script,</28.6d73bdf869c966907e65.js>;rel=preload;as=script,</46.d30624137fdd3c3d67a4.js>;rel=preload;as=script,</176.dfa169e16d326704de08.js>;rel=preload;as=script,</106.896eb88d791c9b3500a6.js>;rel=preload;as=script,</8.5deb8afd2d9798907a78.js>;rel=preload;as=script,</146.6fb45a20998ca61d9fbb.js>;rel=preload;as=script,</92.8431776ac4239463d31f.js>;rel=preload;as=script,</10.9dfc5381b71f20b8d830.js>;rel=preload;as=script,</5.ddd0a72185376268a758.js>;rel=preload;as=script,</4.54d1be505b517fb8a365.js>;rel=preload;as=script,"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,15 +5,21 @@
|
|||||||
"name": "app",
|
"name": "app",
|
||||||
"installMode": "prefetch",
|
"installMode": "prefetch",
|
||||||
"resources": {
|
"resources": {
|
||||||
"files": ["/favicon.ico", "/index.html", "/*.css", "/*.js"]
|
"files": [
|
||||||
|
"/favicon.ico",
|
||||||
|
"/index.html",
|
||||||
|
"/*.css",
|
||||||
|
"/*.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
"name": "assets",
|
"name": "assets",
|
||||||
"installMode": "lazy",
|
"installMode": "lazy",
|
||||||
"updateMode": "prefetch",
|
"updateMode": "prefetch",
|
||||||
"resources": {
|
"resources": {
|
||||||
"files": ["/assets/**"]
|
"files": [
|
||||||
|
"/assets/**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
13585
examples/ionic-angular/package-lock.json
generated
13585
examples/ionic-angular/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,11 @@
|
|||||||
"outDir": "./out-tsc/app",
|
"outDir": "./out-tsc/app",
|
||||||
"types": []
|
"types": []
|
||||||
},
|
},
|
||||||
"include": ["src/**/*.ts"],
|
"include": [
|
||||||
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
|
"src/**/*.ts"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"src/test.ts",
|
||||||
|
"src/**/*.spec.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"target": "es2015",
|
"target": "es2015",
|
||||||
"lib": ["es2017", "dom"]
|
"skipLibCheck": true,
|
||||||
|
"lib": [
|
||||||
|
"es2017",
|
||||||
|
"dom"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,18 @@
|
|||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./out-tsc/spec",
|
"outDir": "./out-tsc/spec",
|
||||||
"types": ["jasmine", "node"]
|
"types": [
|
||||||
|
"jasmine",
|
||||||
|
"node"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"files": ["src/test.ts", "src/zone-flags.ts", "src/polyfills.ts"],
|
"files": [
|
||||||
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
"src/test.ts",
|
||||||
|
"src/zone-flags.ts",
|
||||||
|
"src/polyfills.ts"
|
||||||
|
],
|
||||||
|
"include": [
|
||||||
|
"src/**/*.spec.ts",
|
||||||
|
"src/**/*.d.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,16 +1,24 @@
|
|||||||
{
|
{
|
||||||
"extends": "tslint:recommended",
|
"extends": "tslint:recommended",
|
||||||
"rulesDirectory": ["codelyzer"],
|
"rulesDirectory": [
|
||||||
|
"codelyzer"
|
||||||
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"array-type": false,
|
"array-type": false,
|
||||||
"arrow-parens": false,
|
"arrow-parens": false,
|
||||||
"deprecation": {
|
"deprecation": {
|
||||||
"severity": "warn"
|
"severity": "warn"
|
||||||
},
|
},
|
||||||
"import-blacklist": [true, "rxjs/Rx"],
|
"import-blacklist": [
|
||||||
|
true,
|
||||||
|
"rxjs/Rx"
|
||||||
|
],
|
||||||
"interface-name": false,
|
"interface-name": false,
|
||||||
"max-classes-per-file": false,
|
"max-classes-per-file": false,
|
||||||
"max-line-length": [true, 140],
|
"max-line-length": [
|
||||||
|
true,
|
||||||
|
140
|
||||||
|
],
|
||||||
"member-access": false,
|
"member-access": false,
|
||||||
"member-ordering": [
|
"member-ordering": [
|
||||||
true,
|
true,
|
||||||
@@ -24,19 +32,35 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-consecutive-blank-lines": false,
|
"no-consecutive-blank-lines": false,
|
||||||
"no-console": [true, "debug", "info", "time", "timeEnd", "trace"],
|
"no-console": [
|
||||||
|
true,
|
||||||
|
"debug",
|
||||||
|
"info",
|
||||||
|
"time",
|
||||||
|
"timeEnd",
|
||||||
|
"trace"
|
||||||
|
],
|
||||||
"no-empty": false,
|
"no-empty": false,
|
||||||
"no-inferrable-types": [true, "ignore-params"],
|
"no-inferrable-types": [
|
||||||
|
true,
|
||||||
|
"ignore-params"
|
||||||
|
],
|
||||||
"no-non-null-assertion": true,
|
"no-non-null-assertion": true,
|
||||||
"no-redundant-jsdoc": true,
|
"no-redundant-jsdoc": true,
|
||||||
"no-switch-case-fall-through": true,
|
"no-switch-case-fall-through": true,
|
||||||
"no-use-before-define": true,
|
"no-use-before-define": true,
|
||||||
"no-unused-variable": true,
|
"no-unused-variable": true,
|
||||||
"no-var-requires": false,
|
"no-var-requires": false,
|
||||||
"object-literal-key-quotes": [true, "as-needed"],
|
"object-literal-key-quotes": [
|
||||||
|
true,
|
||||||
|
"as-needed"
|
||||||
|
],
|
||||||
"object-literal-sort-keys": false,
|
"object-literal-sort-keys": false,
|
||||||
"ordered-imports": false,
|
"ordered-imports": false,
|
||||||
"quotemark": [true, "single"],
|
"quotemark": [
|
||||||
|
true,
|
||||||
|
"single"
|
||||||
|
],
|
||||||
"trailing-comma": false,
|
"trailing-comma": false,
|
||||||
"no-output-on-prefix": true,
|
"no-output-on-prefix": true,
|
||||||
"no-inputs-metadata-property": true,
|
"no-inputs-metadata-property": true,
|
||||||
@@ -48,7 +72,18 @@
|
|||||||
"one-variable-per-declaration": false,
|
"one-variable-per-declaration": false,
|
||||||
"component-class-suffix": [true, "Page", "Component"],
|
"component-class-suffix": [true, "Page", "Component"],
|
||||||
"directive-class-suffix": true,
|
"directive-class-suffix": true,
|
||||||
"directive-selector": [true, "attribute", "app", "camelCase"],
|
"directive-selector": [
|
||||||
"component-selector": [true, "element", "app", "page", "kebab-case"]
|
true,
|
||||||
|
"attribute",
|
||||||
|
"app",
|
||||||
|
"camelCase"
|
||||||
|
],
|
||||||
|
"component-selector": [
|
||||||
|
true,
|
||||||
|
"element",
|
||||||
|
"app",
|
||||||
|
"page",
|
||||||
|
"kebab-case"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
9322
examples/ionic-angular/yarn.lock
Normal file
9322
examples/ionic-angular/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
2
examples/ionic-react/.gitignore
vendored
2
examples/ionic-react/.gitignore
vendored
@@ -22,3 +22,5 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of an [Ionic React](https://ionicframework.com
|
|||||||
|
|
||||||
Deploy your own Ionic React project with Vercel.
|
Deploy your own Ionic React project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/ionic-react)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/ionic-react)
|
||||||
|
|
||||||
_Live Example: https://ionic-react.now-examples.now.sh_
|
_Live Example: https://ionic-react.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
11298
examples/ionic-react/yarn.lock
Normal file
11298
examples/ionic-react/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ This directory is a brief example of a [Jekyll](https://jekyllrb.com/) site that
|
|||||||
|
|
||||||
Deploy your own Jekyll project with Vercel.
|
Deploy your own Jekyll project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/jekyll)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/jekyll)
|
||||||
|
|
||||||
_Live Example: https://jekyll.now-examples.now.sh_
|
_Live Example: https://jekyll.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of a [Middleman](https://middlemanapp.com/) si
|
|||||||
|
|
||||||
Deploy your own Middleman project with Vercel.
|
Deploy your own Middleman project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/middleman)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/middleman)
|
||||||
|
|
||||||
_Live Example: https://middleman.now-examples.now.sh_
|
_Live Example: https://middleman.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "10.0.5",
|
"next": "10.x",
|
||||||
"react": "17.0.1",
|
"react": "17.x",
|
||||||
"react-dom": "17.0.1"
|
"react-dom": "17.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1894
examples/nextjs/yarn.lock
Normal file
1894
examples/nextjs/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
1
examples/nuxtjs/.gitignore
vendored
1
examples/nuxtjs/.gitignore
vendored
@@ -87,3 +87,4 @@ sw.*
|
|||||||
|
|
||||||
# Mac OSX
|
# Mac OSX
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vercel
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ This directory is a brief example of a [Nuxt.js](https://nuxtjs.org) app that ca
|
|||||||
|
|
||||||
Deploy your own Nuxt.js project with Vercel.
|
Deploy your own Nuxt.js project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/nuxtjs)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/nuxtjs)
|
||||||
|
|
||||||
_Live Example: https://nuxtjs.now-examples.now.sh_
|
_Live Example: https://nuxtjs.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
1
examples/polymer/.gitignore
vendored
1
examples/polymer/.gitignore
vendored
@@ -2,3 +2,4 @@ build/
|
|||||||
node_modules/
|
node_modules/
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
.vercel
|
||||||
|
|||||||
1
examples/polymer/.vercelignore
Normal file
1
examples/polymer/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Polymer](https://www.polymer-project.org
|
|||||||
|
|
||||||
Deploy your own Polymer project with Vercel.
|
Deploy your own Polymer project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/polymer)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/polymer)
|
||||||
|
|
||||||
_Live Example: https://polymer.now-examples.now.sh_
|
_Live Example: https://polymer.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
9527
examples/polymer/yarn.lock
Normal file
9527
examples/polymer/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
3
examples/preact/.gitignore
vendored
3
examples/preact/.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
node_modules
|
node_modules
|
||||||
/build
|
/build
|
||||||
/*.log
|
/*.log
|
||||||
*.lock
|
|
||||||
.env
|
.env
|
||||||
.env.build
|
.env.build
|
||||||
|
|
||||||
|
.vercel
|
||||||
|
|||||||
1
examples/preact/.vercelignore
Normal file
1
examples/preact/.vercelignore
Normal file
@@ -0,0 +1 @@
|
|||||||
|
README.md
|
||||||
@@ -8,7 +8,7 @@ This directory is a brief example of a [Preact](https://preactjs.com/) app that
|
|||||||
|
|
||||||
Deploy your own Preact project with Vercel.
|
Deploy your own Preact project with Vercel.
|
||||||
|
|
||||||
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/preact)
|
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/main/examples/preact)
|
||||||
|
|
||||||
_Live Example: https://preact.now-examples.now.sh_
|
_Live Example: https://preact.now-examples.now.sh_
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user