chore: remove stray console log
This commit is contained in:
parent
5344e097a5
commit
9688c601e1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue