Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Oct 11, 2023
1 parent defd9e1 commit 2517c98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion class_registration_app/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"composite": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
Expand Down
5 changes: 5 additions & 0 deletions class_registration_app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ import vueJsx from '@vitejs/plugin-vue-jsx'

// https://vitejs.dev/config/
export default defineConfig({

plugins: [
vue(),
vueJsx(),

],
define: {
global: {},
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
Expand Down

0 comments on commit 2517c98

Please sign in to comment.