Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Mar 26, 2024
1 parent 192e573 commit bc8a6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion spx-gui/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reference src/util/env.ts
# Reference src/utils/env.ts

# Casdoor configuration
VITE_CASDOOR_ENDPOINT="https://casdoor-community.qiniu.io"
Expand Down
10 changes: 1 addition & 9 deletions spx-gui/src/widgets/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@ export default defineConfig(({ mode }) => {
},
resolve: {
alias: {
// '@': fileURLToPath(new URL('./src', import.meta.url))
'@': resolve('../../src'),
comps: resolve('../components'),
apis: resolve('../apis'),
views: resolve('../views'),
utils: resolve('../utils'),
routes: resolve('../routes'),
styles: resolve('../styles'),
store: resolve('../store')
'@': resolve('../../src')
}
}
}
Expand Down

0 comments on commit bc8a6b3

Please sign in to comment.