project fluff

This commit is contained in:
counterweight 2025-02-26 23:55:52 +01:00
parent 1b5f227318
commit 95c02cf7e2
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 11 additions and 5 deletions

8
.gitignore vendored
View file

@ -136,4 +136,10 @@ dist
.pnp.*
test-results/*
test-results/*
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "express-hello-world",
"version": "1.0.0",
"name": "laseca",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "express-hello-world",
"version": "1.0.0",
"name": "laseca",
"version": "0.1.0",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",