Update About me Add Readme

This commit is contained in:
Nikola Petrov
2024-11-03 13:20:06 +01:00
parent 0727d5f71a
commit 362c411751
4 changed files with 16 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "bun ./app.ts",
"build": "bun build ./app.ts --outfile=bundle.js --target=bun"
"build_app": "bun build ./app.ts --outfile=bundle.js --target=bun"
},
"dependencies": {
"@types/express": "^4.17.21",