Skip to content

Commit

Permalink
fixup! meta: fix linter failures (#4029)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 22, 2022
1 parent 524b783 commit ee83d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transloadit/package.json
Expand Up @@ -21,7 +21,7 @@
},
"private": true,
"scripts": {
"start:server": "node server.cjs",
"start:server": "node server.js",
"start:client": "vite",
"start": "npm-run-all --parallel start:server start:client"
}
Expand Down

0 comments on commit ee83d33

Please sign in to comment.