chore: align srcDir=app structure (assets, composables, stores, plugins, pages) and prepare for correct alias resolution
This commit is contained in:
parent
bc2babbe90
commit
9a04893909
8 changed files with 10 additions and 10 deletions
|
|
@ -1,10 +1,8 @@
|
|||
import { defineEventHandler } from 'h3'
|
||||
import { useFixtureIO } from '#imports'
|
||||
import { defineEventHandler } from "h3";
|
||||
import { useFixtureIO } from "~/composables/useFixtureIO";
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
// Export snapshot of in-memory state
|
||||
const { exportAll } = useFixtureIO()
|
||||
return exportAll()
|
||||
})
|
||||
|
||||
|
||||
const { exportAll } = useFixtureIO();
|
||||
return exportAll();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue