mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] format
This commit is contained in:
parent
69a532ab60
commit
c6b149bc0a
1 changed files with 2 additions and 7 deletions
|
@ -1,8 +1,3 @@
|
||||||
export type {
|
export type { WorkerRuntime, PagesRuntime } from './dist/runtime';
|
||||||
WorkerRuntime,
|
|
||||||
PagesRuntime
|
|
||||||
} from './dist/runtime';
|
|
||||||
|
|
||||||
export {
|
export { getRuntime } from './dist/runtime';
|
||||||
getRuntime
|
|
||||||
} from './dist/runtime';
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue