Skip to content

Commit

Permalink
pnpm check
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Jan 30, 2025
1 parent 8d652b8 commit 90c413f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions prepare-font.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { loadEnvConfig } = require('@next/env')
const { loadEnvConfig } = require("@next/env");
const fs = require("node:fs").promises;

loadEnvConfig(process.cwd())
loadEnvConfig(process.cwd());

const fileNames = [
"Rosart-Regular",
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
"./src/**/*.{ts,tsx}",
"./services/**/*.{ts,tsx}",
"./packages/**/*.{ts,tsx}",
"!./node_modules"
"!./node_modules",
],
prefix: "",
theme: {
Expand Down

0 comments on commit 90c413f

Please sign in to comment.