Skip to content

Commit

Permalink
Drop meta file
Browse files Browse the repository at this point in the history
In i-VRESSE/bartender#85 meta file is removed.
  • Loading branch information
sverhoeven committed Feb 23, 2024
1 parent fa76412 commit 9eddaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/job.server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Params } from "@remix-run/react";
import { createClient } from "./config.server";
import { JOB_OUTPUT_DIR } from "../bartender-client/constants";
import { JOB_OUTPUT_DIR, WORKFLOW_CONFIG_FILENAME } from "../bartender-client/constants";
import type { DirectoryItem } from "~/bartender-client/types";

const BOOK_KEEPING_FILES = [
Expand Down

0 comments on commit 9eddaa3

Please sign in to comment.