Ability to save resume and model

This commit is contained in:
2025-11-12 14:33:53 -05:00
parent 9a67088031
commit b5f309b5bc
9 changed files with 164 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
filename: "[name]/[name].js"
},
mode: "none",
watch: true,
watch: false,
watchOptions: {
ignored: '**/node_modules',
},