end()

in generators/backend/index.js [60:69]


  end() {
    if (!this.props.withBackend) {
      return;
    }
    this.log(`Executing 'uv sync' in 'src/backend'...`);

    this.spawnSync("uv", ["sync"], {
      cwd: this.destinationPath('src/backend')
    });
  }