From 2ffce2959317aea9ff064144e972f723d0a77e06 Mon Sep 17 00:00:00 2001 From: Nikola Petrov Date: Thu, 5 Feb 2026 23:27:40 +0100 Subject: [PATCH] CV updated --- backend/routes/user.ts | 2 +- backend/userKnowledge.json | 4 ++-- build.sh | 8 ++++---- bun.lock | 15 ++++++++------- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/backend/routes/user.ts b/backend/routes/user.ts index b2cb9c4..877a0d1 100644 --- a/backend/routes/user.ts +++ b/backend/routes/user.ts @@ -1,5 +1,5 @@ import express from "express"; -import userController from 'controllers/userController'; +import userController from 'backend/controllers/userController'; import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated'; const router = express.Router(); diff --git a/backend/userKnowledge.json b/backend/userKnowledge.json index f0249f1..2303d64 100644 --- a/backend/userKnowledge.json +++ b/backend/userKnowledge.json @@ -56,8 +56,8 @@ { "title": "HW Developer", "company": "Spica International", - "time": "17/03/2025 - CURRENT", - "des": "Working on access menegment systems." + "time": "17/03/2025 - 01/08/2025", + "des": "Worked on access menegment systems. Programed integrated devices, based on Buildroot using c++ and python web server." }, { "title": "Backend/Frontend", diff --git a/build.sh b/build.sh index e8180fc..a04751e 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ -mkdir output -hugo +hugo -d output/public --minify bun build ./backend/app.ts --outfile=output/app.js --target=bun --minify -bun build ./frontend/list/list.tsx --outfile=public/assets/build/list.js --minify +bun build ./frontend/list/list.tsx --outfile=output/public/assets/build/list.js --minify cp -r backend/views/ output/ -cp -r public/ output/ \ No newline at end of file + +rm -rf resources \ No newline at end of file diff --git a/bun.lock b/bun.lock index ba89a66..196b900 100644 --- a/bun.lock +++ b/bun.lock @@ -1,16 +1,17 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "web", "dependencies": { - "@types/express": "latest", - "@types/morgan": "latest", - "bun-types": "latest", - "express": "latest", - "hbs": "latest", - "morgan": "latest", - "typescript": "latest", + "@types/express": "^5.0.3", + "@types/morgan": "^1.9.10", + "bun-types": "^1.2.22", + "express": "^5.1.0", + "hbs": "^4.2.0", + "morgan": "~1.10.1", + "typescript": "^5.9.2", }, }, },