Skip to content

Commit 8933e99

Browse files
shakyShaneShane Osbourne
and
Shane Osbourne
authored
adding special-pages subdirectory (#325)
* adding special-pages subdirectory * Don't build the example page - leave it as an example * devDependencies --------- Co-authored-by: Shane Osbourne <[email protected]>
1 parent 9d4d439 commit 8933e99

File tree

13 files changed

+1680
-8
lines changed

13 files changed

+1680
-8
lines changed

integration-test/helpers/harness.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export async function setup (ops = {}) {
8383
function _startupServerInternal (pathName, port) {
8484
const server = http.createServer(function (req, res) {
8585
const url = new URL(req.url, `http://${req.headers.host}`)
86-
// @ts-expect-error https://app.asana.com/0/1201614831475344/1203979574128023/f
8786
const importUrl = new URL(import.meta.url)
8887
const dirname = importUrl.pathname.replace(/\/[^/]*$/, '')
8988
const pathname = path.join(dirname, pathName, url.pathname)

0 commit comments

Comments
 (0)