mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 01:02:15 +00:00
asd
This commit is contained in:
parent
54f76891d3
commit
72dd414d27
@ -11,3 +11,4 @@ node_modules
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
|
@ -13,3 +13,4 @@ module.exports = {
|
||||
node: true
|
||||
}
|
||||
};
|
||||
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ node_modules
|
||||
!.env.example
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
|
@ -11,3 +11,4 @@ node_modules
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
|
@ -7,3 +7,4 @@
|
||||
"pluginSearchDirs": ["."],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||||
}
|
||||
|
||||
|
@ -36,3 +36,4 @@ npm run build
|
||||
You can preview the production build with `npm run preview`.
|
||||
|
||||
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
||||
|
||||
|
1
package-lock.json
generated
1
package-lock.json
generated
@ -1,4 +1,5 @@
|
||||
{
|
||||
|
||||
"name": "myapp",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 2,
|
||||
|
@ -34,3 +34,5 @@
|
||||
"react-icons": "^4.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -8,3 +8,5 @@ const config = {
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
|
||||
|
@ -4,3 +4,4 @@ export default {
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@tailwind utilities;
|
||||
|
@ -10,3 +10,4 @@
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -5,3 +5,4 @@ describe('sum test', () => {
|
||||
expect(1 + 2).toBe(3);
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
import "../app.css";
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
<slot />
|
||||
|
@ -27,3 +27,5 @@
|
||||
2. decide font
|
||||
3. work on padding and Margins
|
||||
-->
|
||||
|
||||
<!-- Path: Fishie-Honesty-UI\src\routes\+page.svelte -->
|
@ -2,4 +2,4 @@
|
||||
import '../app.css'
|
||||
</script>
|
||||
|
||||
<slot />
|
||||
<slot />
|
||||
|
@ -13,4 +13,4 @@
|
||||
<h1 class="title">
|
||||
hello page 1
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -13,3 +13,4 @@ const config = {
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
|
@ -7,3 +7,4 @@ export default {
|
||||
plugins: [require('daisyui')],
|
||||
}
|
||||
|
||||
|
||||
|
@ -4,3 +4,4 @@ test('index page has expected h1', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();
|
||||
});
|
||||
|
||||
|
@ -7,3 +7,4 @@ export default defineConfig({
|
||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user