Skip to content

Commit

Permalink
ok v0.1.2 for example and vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mingder78 committed Dec 12, 2023
1 parent 43524d7 commit a2b4d86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ dist
# Finder (MacOS) folder config
.DS_Store

.vercel
Binary file modified example/bun.lockb
Binary file not shown.
5 changes: 4 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run ./src/index.ts",
"build": "bun-vercel ./src/index.ts",
"dev": "bun --watch run ./src/index.ts",
"test": "bun --watch test"
},
"devDependencies": {
"bun-types": "latest"
"bun-types": "latest",
"bun-vercel": "^1.0.0-alpha.5"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muzamint/erica-items-db",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "",
Expand Down

0 comments on commit a2b4d86

Please sign in to comment.