revert not intentional change

This commit is contained in:
sam hoang
2025-02-01 09:59:34 +07:00
parent f906755d90
commit 1c247ed8bc

View File

@@ -98,7 +98,7 @@ weather-server/
... ...
"type": "module", // added by default, uses ES module syntax (import/export) rather than CommonJS (require/module.exports) (Important to know if you create additional scripts in this server repository like a get-refresh-token.js script) "type": "module", // added by default, uses ES module syntax (import/export) rather than CommonJS (require/module.exports) (Important to know if you create additional scripts in this server repository like a get-refresh-token.js script)
"scripts": { "scripts": {
"build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
... ...
} }
... ...