chore: rename local packages from acme to alparr
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Importing env files here to validate on build
|
||||
import "./src/env.mjs";
|
||||
import "@acme/auth/env.mjs";
|
||||
import "@alparr/auth/env.mjs";
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
reactStrictMode: true,
|
||||
/** Enables hot reloading for local packages without a build step */
|
||||
transpilePackages: ["@acme/api", "@acme/auth", "@acme/db"],
|
||||
transpilePackages: ["@alparr/api", "@alparr/auth", "@alparr/db"],
|
||||
/** We already do linting and typechecking as separate tasks in CI */
|
||||
eslint: { ignoreDuringBuilds: true },
|
||||
typescript: { ignoreBuildErrors: true },
|
||||
|
||||
Reference in New Issue
Block a user