mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
Add new task skeleton
This commit is contained in:
7
task_2_ts/vite.config.js
Normal file
7
task_2_ts/vite.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
allowedHosts: true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user