Skip to content

Commit

Permalink
added submodules import to headless proxy and edge (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
addy-pathania authored Jan 31, 2022
1 parent 61ab0a9 commit 760d9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const express = require('express');
const compression = require('compression');
const { GraphQLLayoutService, GraphQLDictionaryService } = require('@sitecore-jss/sitecore-jss');
const { GraphQLLayoutService } = require('@sitecore-jss/sitecore-jss/layout');
const { GraphQLDictionaryService} = require('@sitecore-jss/sitecore-jss/i18n');
const config = require('./config');

const server = express();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fs = require('fs');
const { RestDictionaryService } = require('@sitecore-jss/sitecore-jss');
const { RestDictionaryService } = require('@sitecore-jss/sitecore-jss/i18n');
const httpAgents = require("./httpAgents");

/**
Expand Down

0 comments on commit 760d9cd

Please sign in to comment.