Files
100DaysOfCode/day84/devto.config.js
2022-12-15 20:04:06 -06:00

4 lines
45 B
JavaScript

export default {
mode: 'ssr',
port: 3000
};