mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-12 21:00:02 +08:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
// This is a workaround as vite failes to resolves the environment variables
|
|
export const variables = {
|
|
collabRooms: import.meta.env.VITE_COLLAB_ROOMS,
|
|
}
|