mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 10:30:15 +02:00
display clean
This commit is contained in:
@@ -5,17 +5,14 @@ import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
|
||||
import path from "path";
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
// TODO figure out why vs code complains about this even though it works
|
||||
"@stores": path.resolve(__dirname, "./src/stores"),
|
||||
// TODO - add more aliases
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
plugins: [
|
||||
react(),
|
||||
vanillaExtractPlugin({
|
||||
@@ -23,7 +20,6 @@ export default defineConfig({
|
||||
}),
|
||||
],
|
||||
|
||||
|
||||
server: {
|
||||
port: 9001,
|
||||
},
|
||||
|
Reference in New Issue
Block a user