mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 13:39:06 +01:00
final cleanup
This commit is contained in:
parent
70a953a7d8
commit
1516e24365
@ -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)
BIN
packages/backend/bun.lockb
(Stored with Git LFS)
Binary file not shown.
@ -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\"",
|
||||
|
@ -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)
BIN
packages/sw/bun.lockb
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user