add day 86
This commit is contained in:
14
day86/vite.config.ts
Normal file
14
day86/vite.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('vite').UserConfig} */
|
||||
export default {
|
||||
build: {
|
||||
target: 'es2022',
|
||||
},
|
||||
|
||||
server: {
|
||||
port: 8080,
|
||||
host: '0.0.0.0',
|
||||
watch: {
|
||||
include: ['./**/pages/**.devto', './public/**', './**/components/**.devto', './devto.config.js']
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user