Skip to content

Commit

Permalink
core: re-run workflows (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Apr 2, 2024
2 parents 92d8d50 + 28eabd0 commit 1fe5958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion front/server/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { program as cmd } from "commander";
import { color } from "./color.js";
import fs from "fs";
import path from "path";
//import { promises } from "fs";

import { TypeGuardError } from "typia";

Expand Down
2 changes: 0 additions & 2 deletions front/server/src/config.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// config.test.ts
import test from "ava";
import { load, load_from_string, merge_env } from "./config.js";
import type { Config } from "./config.js";
Expand All @@ -12,7 +11,6 @@ const __dirname = path.dirname(fileURLToPath(import.meta.url))
const defaultConfig: Config = {
openstream: {
api_base_url: "https://api.openstream.fm",
// token: "test_token",
},
session: {
secret: "test_secret",
Expand Down

0 comments on commit 1fe5958

Please sign in to comment.