netlify-cli

This commit is contained in:
Mike Phares 2024-06-03 19:47:07 -07:00
parent 22d9a7e84e
commit 489a7b25b9
4 changed files with 16432 additions and 0 deletions

3
.gitignore vendored
View File

@ -9,3 +9,6 @@ tsconfig.tsbuildinfo
private/
.replit
replit.nix
# Local Netlify folder
.netlify

8
content/index.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Example Title
draft: false
tags:
- example-tag
---
The rest of your content lives here. You can use **Markdown** here :)

16419
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -103,6 +103,8 @@
"@types/ws": "^8.5.10",
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"netlify": "^13.1.17",
"netlify-cli": "^17.25.0",
"prettier": "^3.2.4",
"tsx": "^4.11.0",
"typescript": "^5.4.5"