Build ETW blog + update cobalt
Some checks failed
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build was killed

This commit is contained in:
2024-06-30 13:46:11 -04:00
parent adac17825b
commit 4686bcc1b8
43 changed files with 2223 additions and 426 deletions

View File

@@ -11,7 +11,7 @@
"@atao60/fse-cli": "^0.1.7",
"@extollo/lib": "^0.14.14",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.9",
"@types/node": "^18.19.39",
"@types/xml2js": "^0.4.11",
"any-date-parser": "^1.5.3",
"copyfiles": "^2.4.1",
@@ -21,16 +21,16 @@
"lib": "link:@extollo/lib:../extollo/lib",
"marked": "^4.2.12",
"ts-expose-internals": "^4.5.4",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"ts-patch": "^2.0.1",
"ts-to-zod": "^1.8.0",
"typescript": "^4.3.2",
"typescript": "^4.9.5",
"xml2js": "^0.4.23",
"zod": "^3.11.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm run clean && tsc -p tsconfig.json && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/app/resources lib/app/resources",
"build": "pnpm run clean && tsc -p tsconfig.node.json && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/app/resources lib/app/resources && tsc -p tsconfig.client.json",
"clean": "rimraf lib",
"watch": "nodemon --ext js,pug,ts --watch src --exec 'ts-node src/index.ts'",
"app": "ts-node src/index.ts",