mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 22:07:10 -04:00
🔒 ADD VITE SSR PROD ENV AND SUPPORT DEPLOY PM2
This commit is contained in:
commit
4593414fba
52 changed files with 293 additions and 257 deletions
|
@ -16,7 +16,8 @@ import { defineConfig } from 'vite';
|
|||
import markdown from 'vite-plugin-vue-markdown';
|
||||
import svgLoader from 'vite-svg-loader';
|
||||
import { configDefaults } from 'vitest/config';
|
||||
import ssr from 'vite-plugin-ssr/plugin';
|
||||
|
||||
import { ssr } from 'vite-plugin-ssr/plugin';
|
||||
|
||||
const baseUrl = process.env.BASE_URL ?? '/';
|
||||
|
||||
|
@ -59,7 +60,7 @@ export default defineConfig({
|
|||
// registerType: 'autoUpdate',
|
||||
// strategies: 'generateSW',
|
||||
// manifest: {
|
||||
// name: 'IT Tools',
|
||||
// name: 'Zeeklog Online Tools',
|
||||
// description: 'Aggregated set of useful tools for developers.',
|
||||
// display: 'standalone',
|
||||
// lang: 'fr-FR',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue