Skip to content

Commit

Permalink
🚀 (deploy admin)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 21, 2024
1 parent 0212bd5 commit b9d759a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 83 deletions.
11 changes: 0 additions & 11 deletions apps/admin/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions apps/admin/.github/workflows/linter.yml

This file was deleted.

25 changes: 0 additions & 25 deletions apps/admin/.github/workflows/release.yml

This file was deleted.

20 changes: 3 additions & 17 deletions apps/admin/vercel.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
{
"version": 2,
"builds": [
{
"src": "pnpm run build",
"use": "@vercel/static-build",
"config": {
"NODE_VERSION": "20"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html",
"status": 200
}
]
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm turbo build",
"outputDirectory": "dist"
}

0 comments on commit b9d759a

Please sign in to comment.