Skip to content

Commit

Permalink
Merge pull request #1 from mwcomponents/qq-hacks
Browse files Browse the repository at this point in the history
camel case edits
  • Loading branch information
brettbedarfmw authored Jun 21, 2024
2 parents a457486 + 14982c3 commit 0961ac8
Show file tree
Hide file tree
Showing 11 changed files with 3,763 additions and 2,935 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DATABASE_URL="Server=10.49.100.31;Database=MWI;User Id=QQPROD;Password={PROD_PW}"
# MWISPR
# DATABASE_URL="Server=10.49.100.208;Database=MWISPR;User Id=QQPROD;Password={PROD_PW}"
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
**/*.DS_Store
**/*.tsbuildinfo
**/.env
.vscode/settings.json
output/
gen/
.vscode/settings.json
gen/vis-full-db.d.ts
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"start": "node ./dist/cli/bin.js",
"test": "ts-node-dev ./src/index.test.ts",
"test:watch": "ts-node-dev --quiet --respawn ./src/index.test.ts",
"upgrade": "ncu -u"
"upgrade": "ncu -u",
"postinstall": "test -d node_modules/kysely/dist || (cd node_modules/kysely && pnpm run build)"
},
"dependencies": {
"chalk": "4.1.2",
Expand Down Expand Up @@ -114,6 +115,7 @@
"optional": true
}
},

"eslintConfig": {
"extends": [
"@robinblomberg/robinblomberg",
Expand Down
Loading

0 comments on commit 0961ac8

Please sign in to comment.