Update docs, change some dev-related stuff to look better in docs lol
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -29,7 +29,7 @@ const config = defineConfig(({ command }) => ({
|
||||
},
|
||||
assetsInclude: ['**/*.oga'],
|
||||
server: {
|
||||
port: Number(process.env.PORT ?? 3036),
|
||||
port: Number(process.env.PORT ?? 7312),
|
||||
hmr: process.env.HMR_DISABLED === 'true' ? false : undefined,
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user