Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 24, 2023
1 parent 5a0a649 commit 26ee956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const drupalUrl = new URL(process.env.NEXT_PUBLIC_DRUPAL_BASE_URL);
console.log('node_env', `value: ${process.env.CI} here`);

const nextConfig = {
typescript: {
// Disable build errors since dev dependencies aren't loaded on prod. Rely on GitHub actions to throw any errors.
Expand Down

0 comments on commit 26ee956

Please sign in to comment.