final cleanup

This commit is contained in:
ThatOneCalculator 2022-12-11 17:49:14 -08:00
parent 70a953a7d8
commit 1516e24365
5 changed files with 2 additions and 10 deletions

View File

@ -19,7 +19,7 @@
"start:test": "yarn workspace backend run start:test",
"init": "yarn migrate",
"migrate": "yarn workspace backend run migrate",
"revertMig": "yarn workspace backend run revertMig",
"revertmigration": "yarn workspace backend run revertmigration",
"migrateandstart": "yarn migrate && yarn start",
"gulp": "gulp build",
"watch": "yarn dev",

BIN
packages/backend/bun.lockb (Stored with Git LFS)

Binary file not shown.

View File

@ -7,7 +7,7 @@
"start": "node ./built/index.js",
"start:test": "NODE_ENV=test node ./built/index.js",
"migrate": "typeorm migration:run -d ormconfig.js",
"revertMig": "typeorm migration:revert -d ormconfig.js",
"revertmigration": "typeorm migration:revert -d ormconfig.js",
"build": "tsc -p tsconfig.json || echo done. && tsc-alias -p tsconfig.json",
"watch": "node watch.mjs",
"lint": "eslint --quiet \"src/**/*.ts\"",

View File

@ -47,8 +47,6 @@ html
each href in clientEntry.css
link(rel='preload' href=`/assets/${href}` as='style')
link(rel='stylesheet' href='/assets/phosphor/icons.css')
title
block title
= title || 'Calckey'

BIN
packages/sw/bun.lockb (Stored with Git LFS)

Binary file not shown.