Files
100DaysOfCode/day85/devto.config.js
2022-12-16 21:43:58 -06:00

4 lines
45 B
JavaScript

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