Skip to content

Commit

Permalink
fix: correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacio-nacho-barbano committed Nov 5, 2024
1 parent 9589451 commit ca9875d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/functions/generateTokens.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import type { TypeVariant, ApiFont } from "../models";
import { WEIGHTS_MAP } from "../../../services/dist/constants";
import { WEIGHTS_MAP } from "../../../services/src/constants";

export const generateTokens = (
typescale: TypeVariant[],
Expand Down
2 changes: 1 addition & 1 deletion services/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"outDir": "dist",
"declaration": true,
"declarationMap": true,
"module": "ESNext"
"module": "NodeNext"
}
}

0 comments on commit ca9875d

Please sign in to comment.