mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
nits
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
yamlStringify,
|
||||
} from "../../../deps.ts";
|
||||
import * as wmill from "../../../gen/services.gen.ts";
|
||||
import process from "node:process";
|
||||
|
||||
import { colors, Input, log } from "../../../deps.ts";
|
||||
import { loginInteractive } from "../../core/login.ts";
|
||||
@@ -516,7 +515,7 @@ async function instancePush(opts: InstanceSyncOptions) {
|
||||
|
||||
try {
|
||||
const workspaceSettings = (await yamlParseFile(
|
||||
path.join(process.cwd(), "settings.yaml"),
|
||||
path.join(Deno.cwd(), "settings.yaml"),
|
||||
)) as SimplifiedSettings;
|
||||
await workspaceSetup(
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "windmill-components",
|
||||
"version": "1.613.0",
|
||||
"version": "1.613.4",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
|
||||
@@ -592,6 +592,9 @@
|
||||
{selectedJobStep}
|
||||
{selectedJobStepType}
|
||||
{restartBranchNames}
|
||||
onRestartComplete={(newJobId) => {
|
||||
goto('/run/' + newJobId + '?workspace=' + $workspaceStore)
|
||||
}}
|
||||
flowPath={job.script_path}
|
||||
disabled={!$enterpriseLicense}
|
||||
enterpriseOnly={!$enterpriseLicense}
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
export * from './prompts';
|
||||
export declare function getScriptPrompt(language: string): string;
|
||||
export declare function getFlowPrompt(): string;
|
||||
+25
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user