feat: Bundler with tsdown

This commit is contained in:
2026-05-07 13:49:39 -04:00
parent 52ce8bc622
commit 9d2d5d27fa
8 changed files with 569 additions and 17 deletions

View File

@@ -3,9 +3,9 @@ import { tmpdir } from "node:os";
import { join } from "node:path";
import { consola } from "consola";
import { execa } from "execa";
import type { WPopContext } from "./context.js";
import type { DeployEnv } from "./env.js";
import { run } from "./run.js";
import type { WPopContext } from "./context";
import type { DeployEnv } from "./env";
import { run } from "./run";
export type SshConfig = {
host: string;