Require Tools
- Visual studio 2022
- Perl (Added to windows PATH)
- CMake (Added to windows PATH)
- Ninja (Added to windows PATH)
- Postgresql LIB (Added to windows PATH)
Build command:
# Run script every hours | |
0 * * * * /ddns.sh |
Require Tools
Build command:
... | |
"architect": { | |
"build": { | |
"builder": "@angular-builders/custom-webpack:browser", | |
"options": { | |
"customWebpackConfig": { | |
"path": "./extra-webpack.config.js" | |
}, | |
} | |
} |