1
0
Эх сурвалжийг харах

chore: update env template

Sv443 1 жил өмнө
parent
commit
afc47c3066

+ 2 - 1
.env.template

@@ -1,10 +1,11 @@
 # "production" enables minification for small file size, on "development" the code stays readable and debuggable - default is development
+# when using the `build-prod` and `build-dev` scripts, this setting is overridden, so it only applies to `npm run build`
 NODE_ENV="development" # "production" or "development"
 
 # HTTP port of the dev server where the userscript will be served (when using `npm run watch`) - defaults to 8710 if empty
 DEV_SERVER_PORT=
 
-# Whether to trigger the bell sound in some terminals when the code has finished compiling - default is false
+# Whether to trigger the bell sound in some terminals when the code has finished (re)compiling - default is false
 RING_BELL=false
 
 # optional suffix to add just before the .user.js of the output file (for use with CI or build scripts to build the file as BetterYTM.min.user.js)

+ 1 - 1
dist/BetterYTM.user.js

@@ -486,7 +486,7 @@ const scriptInfo = Object.freeze({
     name: GM.info.script.name,
     version: GM.info.script.version,
     namespace: GM.info.script.namespace,
-    lastCommit: "9a90673", // assert as generic string instead of union
+    lastCommit: "c67e815", // assert as generic string instead of union
 });