Skip to content

Commit

Permalink
kinda makes it compatible with node 18? didn't test backend yet
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 23, 2023
1 parent f7e2f28 commit fb51e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --open",
"build": "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service build --mode=production",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
Expand Down

0 comments on commit fb51e75

Please sign in to comment.