diff --git a/sist2-vue/watch.sh b/sist2-vue/watch.sh index 659bd89..347147a 100755 --- a/sist2-vue/watch.sh +++ b/sist2-vue/watch.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash +export NODE_OPTIONS=--openssl-legacy-provider + ./node_modules/@vue/cli-service/bin/vue-cli-service.js build --watch \ No newline at end of file