Files
100DaysOfCode/day82/devto.config.js
2022-12-13 22:30:17 -06:00

4 lines
45 B
JavaScript

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