From 9f3fb0443f090d5d96a3fe24bb3157a2c8a9ab99 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Wed, 1 Jan 2025 16:00:24 +0530 Subject: [PATCH] Update samples/asgardeo-react-app/vite.config.ts --- samples/asgardeo-react-app/vite.config.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/samples/asgardeo-react-app/vite.config.ts b/samples/asgardeo-react-app/vite.config.ts index edc4ee6..29226f3 100644 --- a/samples/asgardeo-react-app/vite.config.ts +++ b/samples/asgardeo-react-app/vite.config.ts @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2024, WSO2 LLC. (https://wso2.com). + * + * WSO2 LLC. licenses this file to you under the Apache License, + * Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import fs from 'fs';