display clean

This commit is contained in:
caranicas
2022-09-18 15:21:39 -04:00
parent c7b89a1126
commit cedc634933
10 changed files with 87 additions and 115 deletions

View File

@@ -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,
},