mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
vite needs to understand the src mapping (redundant with tsconfig.json)
This commit is contained in:
parent
6c73cfddc9
commit
ea6454550c
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ export default defineConfig({
|
|||
pluginChecker({ typescript: true }),
|
||||
EnvironmentPlugin(filteredEnv),
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'src': '/src'
|
||||
}
|
||||
},
|
||||
preview: {
|
||||
port: 5173,
|
||||
strictPort: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue