mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
Add some state management stuff
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as path from "path"
|
||||
import adapter from "@sveltejs/adapter-auto"
|
||||
import {vitePreprocess} from "@sveltejs/vite-plugin-svelte"
|
||||
|
||||
@@ -14,10 +13,10 @@ const config = {
|
||||
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
||||
adapter: adapter(),
|
||||
alias: {
|
||||
'@src': "src",
|
||||
'@app': "src/app",
|
||||
'@lib': "src/lib",
|
||||
'@assets': "src/assets",
|
||||
"@src": "src",
|
||||
"@app": "src/app",
|
||||
"@lib": "src/lib",
|
||||
"@assets": "src/assets",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user