@rpcbase/server 0.369.0-finalizeupload.0 → 0.369.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.369.0-finalizeupload.0",
3
+ "version": "0.369.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -21,7 +21,6 @@ const has_sentry = !!SENTRY_DSN
21
21
  const is_development = NODE_ENV === "development"
22
22
 
23
23
 
24
- // const src_path = path.join(process.cwd(), "./src/")
25
24
  const build_dir = path.join(process.cwd(), "build/")
26
25
  const client_build_dir = path.join(build_dir, "./client")
27
26