chore: remove stray console log

This commit is contained in:
bholmesdev 2022-06-16 16:49:33 -04:00
parent 5344e097a5
commit 9688c601e1

View file

@ -1,7 +1,7 @@
import './edge-shim.js';
import type { SSRManifest } from 'astro';
import { App } from 'astro/app';
console.log('worked!')
export function createExports(manifest: SSRManifest) {
const app = new App(manifest);