Explorar o código

fixup! meta: fix linter failures (#4029)

Antoine du Hamel %!s(int64=2) %!d(string=hai) anos
pai
achega
ee83d330fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/transloadit/package.json

+ 1 - 1
examples/transloadit/package.json

@@ -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"
   }