Glad you're happy!

This commit is contained in:
simonredfern 2025-12-05 12:05:17 +01:00
parent 3daae4d67c
commit ed5de46361
5 changed files with 2274 additions and 2214 deletions

View File

@ -17,5 +17,3 @@ RUN mkdir /home/node/node_modules
COPY --from=builder /home/node/app/node_modules /home/node/node_modules
WORKDIR /home/node/app
CMD ["node", "app.js"]

View File

@ -37,7 +37,3 @@ COPY --from=gobuilder /usr/src/app/prestart /bin/prestart
RUN chgrp -R 0 /opt/app-root/src/ && chmod -R g+rwX /opt/app-root/src/
USER 1001
CMD /bin/prestart ; nginx -g "daemon off;"

4475
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -99,8 +99,7 @@
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.4.21",
"vite-plugin-node-polyfills": "^0.10.0",
"vite-plugin-rewrite-all": "^1.0.2",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^0.34.6",
"vue-tsc": "^2.0.0"
},

View File

@ -8,7 +8,6 @@ import AutoImport from 'unplugin-auto-import/vite'
import Components from 'unplugin-vue-components/vite'
import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import pluginRewriteAll from 'vite-plugin-rewrite-all'
// https://vitejs.dev/config/
export default defineConfig({
@ -23,8 +22,7 @@ export default defineConfig({
}),
nodePolyfills({
protocolImports: true
}),
pluginRewriteAll()
})
],
resolve: {
alias: {