[FEAT] Full function and deployed version
This commit is contained in:
@@ -5,5 +5,8 @@ export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
server: {
|
||||
port: 5173
|
||||
},
|
||||
define: {
|
||||
'import.meta.env.VITE_API_URL': JSON.stringify(process.env.VITE_API_URL || 'http://localhost:8000')
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user