mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
revert not intentional change
This commit is contained in:
@@ -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')\"",
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user