Skip to content

Commit

Permalink
fix: dev import
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Sep 7, 2023
1 parent a1943b3 commit 84dbd07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// const { default: developMiddleware } = require('decentraland-gatsby/dist/utils/development/developMiddleware'
const { default: developMiddleware } = require('decentraland-gatsby/dist/utils/development/developMiddleware'

require('dotenv').config({
path: `.env.${process.env.NODE_ENV}`,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0-development",
"description": "",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"test": "jest --no-cache --runInBand",
Expand Down

0 comments on commit 84dbd07

Please sign in to comment.