chore: rename utils package to shared
This commit is contained in:
@@ -9,7 +9,7 @@ const config = {
|
||||
reactStrictMode: true,
|
||||
|
||||
/** Enables hot reloading for local packages without a build step */
|
||||
transpilePackages: ["@kan/api", "@kan/db", "@kan/utils"],
|
||||
transpilePackages: ["@kan/api", "@kan/db", "@kan/shared"],
|
||||
|
||||
/** We already do linting and typechecking as separate tasks in CI */
|
||||
eslint: { ignoreDuringBuilds: true },
|
||||
|
||||
Reference in New Issue
Block a user