Skip to content

Commit

Permalink
more config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Thing committed Nov 3, 2024
1 parent a72d7b8 commit a707ec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 5 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import dotenv from 'dotenv'

import { defineConfig } from 'viteimport vue from '@vitejs/plugin-vue'
dotenv.config()

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
],
ASE_PATH,
base: process.env.VITE_APP_BASE_PATH,
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
Expand Down
8 changes: 0 additions & 8 deletions vue.config.js

This file was deleted.

0 comments on commit a707ec9

Please sign in to comment.