mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
Glad you're happy!
This commit is contained in:
parent
3daae4d67c
commit
ed5de46361
@ -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"]
|
||||
|
||||
|
||||
|
||||
@ -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
4475
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
},
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user