Skip to content

Commit

Permalink
use IntentionalPerennialAny, phetsims/perennial#369
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Dec 3, 2024
1 parent d52026b commit 91545a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/QuickServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import gitRevParse from '../../../perennial/js/common/gitRevParse.js';
import gruntCommand from '../../../perennial/js/common/gruntCommand.js';
import isStale from '../../../perennial/js/common/isStale.js';
import npmUpdate from '../../../perennial/js/common/npmUpdate.js';
import { Repo } from '../../../perennial/js/common/PerennialTypes.js';
import { Repo } from '../../../perennial/js/browser-and-node/PerennialTypes.js';
import puppeteerLoad from '../../../perennial/js/common/puppeteerLoad.js';
import withServer from '../../../perennial/js/common/withServer.js';
import _ from '../../../perennial/js/npm-dependencies/lodash.js';
Expand Down

0 comments on commit 91545a1

Please sign in to comment.