mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 22:04:24 +00:00
Add scaffold of first assignment
This commit is contained in:
6
task_1_html_css/src/vite.config.js
Normal file
6
task_1_html_css/src/vite.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user