This commit is contained in:
Daniel Hougaard
2024-07-02 18:07:54 +02:00
parent eb6dca425c
commit bafc6ee129
5 changed files with 866 additions and 2113 deletions

View File

@@ -56,6 +56,9 @@ jobs:
with:
node-version: 18
- name: Install pkg
run: npm install -g @yao-pkg/pkg
- name: Install dependencies (backend)
run: npm install
working-directory: ./backend

File diff suppressed because it is too large Load Diff

View File

@@ -29,7 +29,6 @@
"binary:package": "pkg --no-bytecode --public-packages \"*\" --public --target host .",
"binary:babel-frontend": "babel --copy-files ../frontend/.next/server -d ../frontend/.next/server",
"binary:clean": "rm -rf ./dist && rm -rf ./binary",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch --clear-screen=false ./src/main.ts | pino-pretty --colorize --colorizeObjects --singleLine",
"dev:docker": "nodemon",
@@ -80,6 +79,7 @@
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@yao-pkg/pkg": "^5.12.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",

2111
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,6 @@
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"@yao-pkg/pkg": "^5.12.0",
"eslint": "^8.29.0",
"husky": "^8.0.3"
},