end()

in generators/frontend/index.js [61:70]


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

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