Files
100DaysOfCode/day83/devto.config.js
2022-12-14 21:46:52 -06:00

4 lines
45 B
JavaScript

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