mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix build
This commit is contained in:
parent
e0ea6834d0
commit
48a8f0b072
@ -1,6 +1,6 @@
|
||||
import { builtinModules } from 'node:module';
|
||||
import { defineConfig, type Rolldown, type UserConfig } from 'tsdown';
|
||||
import { createBasePlugin } from '../../../configs/tsdown/plugins';
|
||||
import { createBasePlugin } from '../../../configs/tsdown/plugins.ts';
|
||||
import packageJson from '../package.json';
|
||||
|
||||
const customNoExternal = new Set([
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library';
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library.ts';
|
||||
|
||||
export default createJsLibraryTsupConfig({
|
||||
barrelFiles: [
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library';
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library.ts';
|
||||
|
||||
export default createJsLibraryTsupConfig({});
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library';
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library.ts';
|
||||
|
||||
export default createJsLibraryTsupConfig({ barrelFiles: ["src/index.ts"] });
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library';
|
||||
import createJsLibraryTsupConfig from '../../configs/tsdown/js-library.ts';
|
||||
|
||||
export default createJsLibraryTsupConfig({ barrelFiles: [
|
||||
"src/index.ts",
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"cache": false,
|
||||
"inputs": [
|
||||
"$TURBO_DEFAULT$",
|
||||
".env",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user