fixed initial npm file error
This commit is contained in:
parent
51e93d1cef
commit
d18f1fa5ea
2 changed files with 3 additions and 2 deletions
2
.github/workflows/stripe-to-invoice.yml
vendored
2
.github/workflows/stripe-to-invoice.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
- feature/**
|
||||
- release/**
|
||||
tags:
|
||||
- "v*"
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@
|
|||
"next": "16.0.10",
|
||||
"pg": "^8.16.3",
|
||||
"react": "19.2.1",
|
||||
"react-dom": "19.2.1"
|
||||
"react-dom": "19.2.1",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue