mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 10:03:51 +00:00
Migrate DeleteServerModal to tailwind components
This commit is contained in:
@@ -26,6 +26,10 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
port: 3000,
|
||||
watch: {
|
||||
// Do not watch test files or generated files, avoiding the dev server to constantly reload when not needed
|
||||
ignored: ['**/.idea/**', '**/.git/**', '**/build/**', '**/coverage/**', '**/test/**'],
|
||||
},
|
||||
},
|
||||
base: !homepage ? undefined : homepage, // Not using just homepage because empty string should be discarded
|
||||
|
||||
|
||||
Reference in New Issue
Block a user