Skip to content

Commit

Permalink
Merge branch 'server-code-tools-imp' into server-path-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 5, 2024
2 parents 364cb64 + d5c13ea commit 5861692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions server/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"license": "MIT",
"scripts": {
"lint": "eslint src/**/*.ts",
"format": "prettier ./**/*.{ts,json} --w",
"lint": "eslint ./**/*.ts",
"format": "prettier ./**/*.{ts,json,js} --w",
"build": "tsc && tsc-alias",
"start": "node dist/src/index.js",
"dev": "tsx src/index.ts",
Expand Down

0 comments on commit 5861692

Please sign in to comment.