mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
refactor: update output directory paths in tsconfig and vite config for backend and frontend
This commit is contained in:
parent
9ab5b3a950
commit
f63ee472c8
@ -16,8 +16,6 @@ RUN npm ci
|
||||
|
||||
# Copy source code
|
||||
COPY src/ ./src/
|
||||
COPY tsconfig.json ./
|
||||
COPY .gitattributes ./
|
||||
|
||||
# Copy configuration files needed for build
|
||||
COPY ReleaseNotes.json ./
|
||||
|
@ -4,7 +4,7 @@
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["ES2022"],
|
||||
"outDir": "./dist",
|
||||
"outDir": "../../dist/backend",
|
||||
"rootDir": ".",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
@ -12,7 +12,7 @@ export default defineConfig(({ mode }) => {
|
||||
plugins: [react()],
|
||||
publicDir: 'public',
|
||||
build: {
|
||||
outDir: '../../../dist/frontend',
|
||||
outDir: '../../dist/frontend',
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user