Spaces:
Runtime error
Runtime error
console.log("uploadddddding") | |
const { execSync } = require("child_process"); | |
const path = require("path"); | |
const repoPath = path.join(__dirname, "dist"); | |
execSync("upload.sh", { cwd: repoPath, shell: true }); |