feat: Bundler with tsdown
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user