Skip to content

Commit a8eae59

Browse files
test
1 parent be8e200 commit a8eae59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function run_back(
115115
},
116116
) {
117117
return new Promise(async (resolve, reject) => {
118-
const upload_folder_path = path.join(project_folder_path, "uploads")
118+
const upload_folder_path = path.join(args.project_folder_path, "uploads")
119119
const port = await get_available_port()
120120
const back_args = [
121121
"--port " + port,

0 commit comments

Comments
 (0)