added local development files to .gitignore and updated package.json to include preview script
This commit is contained in:
parent
7631bab045
commit
a503a45d9e
2 changed files with 6 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
.DS_Store
|
||||
node_modules/*
|
||||
.env
|
||||
# Local development files
|
||||
fetch-now.js
|
||||
now-local.html
|
||||
preview-now.sh
|
||||
|
|
@ -14,7 +14,8 @@
|
|||
"author": "melanie kat",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "biome check"
|
||||
"test": "biome check",
|
||||
"preview": "node fetch-now.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.10",
|
||||
|
|
|
|||
Loading…
Reference in a new issue