We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8e200 commit a8eae59Copy full SHA for a8eae59
utils/local.js
@@ -115,7 +115,7 @@ async function run_back(
115
},
116
) {
117
return new Promise(async (resolve, reject) => {
118
- const upload_folder_path = path.join(project_folder_path, "uploads")
+ const upload_folder_path = path.join(args.project_folder_path, "uploads")
119
const port = await get_available_port()
120
const back_args = [
121
"--port " + port,
0 commit comments